Html Css Color HEX #8302CC Dark Violet

📋 copy color: '#8302CC'

red 131 ◦ green 2 ◦ blue 204

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

Shades of Dark Violet #8302CC

Tints of Dark Violet #8302CC

RGB

 RED value IS 131 (51.56% from 255) = 38.87%

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 204 (80.08% from 255) = 60.53%

R = 38.87%
G = 0.59%
B = 60.53%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8302CC (or 0x8302CC) is known color: Dark Violet. HEX triplet: 83, 02 and CC. RGB value is (131,2,204). Sum of RGB (Red+Green+Blue) = 131+2+204=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #8302CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8302CC is #7CFD33. Grayscale: #3E3E3E. Windows color (decimal): -8191284 or 13369987. OLE color: 13369987.

HSL color Cylindrical-coordinate representation of color #8302CC: hue angle of 278.32º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8302CC is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 2 204 -
CMYK 0.36 0.99 0 0.2
HSL 278.32º 0.98% 0.4% -
HSV(B) 278.32º 0.99% 0.8% -
XYZ 20.28 9.23 57.84 -
YUV 63.6 207.24 176.07 -
System Red Green Blue C M Y K H S L
Decimal 131 2 204 0.36 0.99 0 0.2 278.32 0.98 0.4
Hex 83 2 CC 24 63 0 14 116 62 28
Octal 203 2 314 44 143 0 24 426 142 50
Binary 10000011 10 11001100 100100 1100011 0 10100 100010110 1100010 101000

Color Harmonies of #8302CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8302CC

Black with #8302CC

Text Example


Text Example

White with #8302CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8302CC; }

 p { color: rgb(131,2,204); }

 H1.HeaderClassName
 {
   color: #8302CC;
 }
 .AnyTagClassName
 {
   color: #8302CC;
 }
</style>

background-color css

<style>
 a { background-color: #8302CC; }

 a { background-color: rgb(131,2,204); }

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

border-color css

<style>
 span { border-color: #8302CC; }

 span { border-color: rgb(131,2,204); }

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