#9B05C2

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

Shades of Dark Violet #9B05C2

Tints of Dark Violet #9B05C2

Color information

#9B05C2 (or 0x9B05C2) is unknown color: approx Dark Violet. HEX triplet: 9B, 05 and C2. RGB value is (155,5,194). Sum of RGB (Red+Green+Blue) = 155+5+194=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 194 (76.17% from 255 or 54.80% from 354); Max value from RGB is 194 - color contains mainly: blue. Hex color #9B05C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B05C2 is #64FA3D. Grayscale: #464646. Windows color (decimal): -6617662 or 12715419. OLE color: 12715419.

HSL color Cylindrical-coordinate representation of color #9B05C2: hue angle of 287.62º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B05C2 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1555194-
CMYK0.200.9700.24
HSL287.62º94.97%39.02%-
HSV(B)287.62º97.42%76.08%-
XYZ23.3110.9751.93-
YUV71.4197.2187.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.79%
GREEN value IS 5 (2.34% from 255) = 1.41%
BLUE value IS 194 (76.17% from 255) = 54.80%
R=43.79%
G=1.41%
B=54.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15551940.200.9700.24287.6294.9739.02
Hex9B5C214610181205f27
Octal23353022414103044013747
Binary10011011101110000101010011000010110001001000001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B05C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,5,194); }

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

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

 a { background-color: rgb(155,5,194); }

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

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

 span { border-color: rgb(155,5,194); }

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