#9B42FD

Color #9B42FD Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9B42FD

Tints of Blue Violet #9B42FD

Color information

#9B42FD (or 0x9B42FD) is unknown color: approx Blue Violet. HEX triplet: 9B, 42 and FD. RGB value is (155,66,253). Sum of RGB (Red+Green+Blue) = 155+66+253=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #9B42FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B42FD is #64BD02. Grayscale: #717171. Windows color (decimal): -6601987 or 16597659. OLE color: 16597659.

HSL color Cylindrical-coordinate representation of color #9B42FD: hue angle of 268.56º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B42FD is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15566253-
CMYK0.390.7400.01
HSL268.56º97.91%62.55%-
HSV(B)268.56º73.91%99.22%-
XYZ33.217.9694.64-
YUV113.93206.49157.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 32.70%
GREEN value IS 66 (26.17% from 255) = 13.92%
BLUE value IS 253 (99.22% from 255) = 53.38%
R=32.70%
G=13.92%
B=53.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal155662530.390.7400.01268.5697.9162.55
Hex9B42FD274A0110d623f
Octal233102375471120141514277
Binary100110111000010111111011001111001010011000011011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B42FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B42FD; }

 p { color: rgb(155,66,253); }

 H1.HeaderClassName
 {
   color: #9B42FD;
 }
 .AnyTagClassName
 {
   color: #9B42FD;
 }
</style>
background-color css

<style>
 a { background-color: #9B42FD; }

 a { background-color: rgb(155,66,253); }

 div.DivClassName
 {
   background-color: #9B42FD;
 }
 .BgClassName
 {
   background-color: #9B42FD;
 }
</style>
border-color css

<style>
 span { border-color: #9B42FD; }

 span { border-color: rgb(155,66,253); }

 td.TdClassName
 {
   border-color: #9B42FD;
 }
 .TagClassName
 {
   border-color: #9B42FD;
 }
</style>