Html Css Color HEX #9308CB Dark Violet

📋 copy color: '#9308CB'

red 147 ◦ green 8 ◦ blue 203

#9308CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9308CB

Tints of Dark Violet #9308CB

RGB

 RED value IS 147 (57.81% from 255) = 41.06%

 GREEN value IS 8 (3.52% from 255) = 2.23%

 BLUE value IS 203 (79.69% from 255) = 56.7%

R = 41.06%
G = 2.23%
B = 56.7%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9308CB (or 0x9308CB) is known color: Dark Violet. HEX triplet: 93, 08 and CB. RGB value is (147,8,203). Sum of RGB (Red+Green+Blue) = 147+8+203=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #9308CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9308CB is #6CF734. Grayscale: #474747. Windows color (decimal): -7141173 or 13306003. OLE color: 13306003.

HSL color Cylindrical-coordinate representation of color #9308CB: hue angle of 282.77º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9308CB is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 8 203 -
CMYK 0.28 0.96 0 0.20
HSL 282.77º 0.92% 0.41% -
HSV(B) 282.77º 0.96% 0.8% -
XYZ 22.9 10.69 57.36 -
YUV 71.79 202.05 181.64 -
System Red Green Blue C M Y K H S L
Decimal 147 8 203 0.28 0.96 0 0.20 282.77 0.92 0.41
Hex 93 8 CB 1C 60 0 14 11B 5C 29
Octal 223 10 313 34 140 0 24 433 134 51
Binary 10010011 1000 11001011 11100 1100000 0 10100 100011011 1011100 101001

Color Harmonies of #9308CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9308CB

Black with #9308CB

Text Example


Text Example

White with #9308CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9308CB; }

 p { color: rgb(147,8,203); }

 H1.HeaderClassName
 {
   color: #9308CB;
 }
 .AnyTagClassName
 {
   color: #9308CB;
 }
</style>

background-color css

<style>
 a { background-color: #9308CB; }

 a { background-color: rgb(147,8,203); }

 div.DivClassName
 {
   background-color: #9308CB;
 }
 .BgClassName
 {
   background-color: #9308CB;
 }
</style>

border-color css

<style>
 span { border-color: #9308CB; }

 span { border-color: rgb(147,8,203); }

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