Html Css Color HEX #9308CE Dark Violet

📋 copy color: '#9308CE'

red 147 ◦ green 8 ◦ blue 206

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

Shades of Dark Violet #9308CE

Tints of Dark Violet #9308CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 40.72%
G = 2.22%
B = 57.06%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9308CE (or 0x9308CE) is known color: Dark Violet. HEX triplet: 93, 08 and CE. RGB value is (147,8,206). Sum of RGB (Red+Green+Blue) = 147+8+206=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #9308CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9308CE is #6CF731. Grayscale: #474747. Windows color (decimal): -7141170 or 13502611. OLE color: 13502611.

HSL color Cylindrical-coordinate representation of color #9308CE: hue angle of 282.12º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9308CE is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 8 206 -
CMYK 0.29 0.96 0 0.19
HSL 282.12º 0.93% 0.42% -
HSV(B) 282.12º 0.96% 0.81% -
XYZ 23.26 10.83 59.26 -
YUV 72.13 203.55 181.4 -
System Red Green Blue C M Y K H S L
Decimal 147 8 206 0.29 0.96 0 0.19 282.12 0.93 0.42
Hex 93 8 CE 1D 60 0 13 11A 5D 2A
Octal 223 10 316 35 140 0 23 432 135 52
Binary 10010011 1000 11001110 11101 1100000 0 10011 100011010 1011101 101010

Color Harmonies of #9308CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9308CE

Black with #9308CE

Text Example


Text Example

White with #9308CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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