Html Css Color HEX #8203CC Dark Violet

📋 copy color: '#8203CC'

red 130 ◦ green 3 ◦ blue 204

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

Shades of Dark Violet #8203CC

Tints of Dark Violet #8203CC

RGB

 RED value IS 130 (51.17% from 255) = 38.58%

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 38.58%
G = 0.89%
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

#8203CC (or 0x8203CC) is known color: Dark Violet. HEX triplet: 82, 03 and CC. RGB value is (130,3,204). Sum of RGB (Red+Green+Blue) = 130+3+204=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 3 (1.56% from 255 or 0.89% 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 #8203CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8203CC is #7DFC33. Grayscale: #3F3F3F. Windows color (decimal): -8256564 or 13370242. OLE color: 13370242.

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

Color convert

RGB 130 3 204 -
CMYK 0.36 0.99 0 0.2
HSL 277.91º 0.97% 0.41% -
HSV(B) 277.91º 0.99% 0.8% -
XYZ 20.14 9.17 57.84 -
YUV 63.89 207.08 175.16 -
System Red Green Blue C M Y K H S L
Decimal 130 3 204 0.36 0.99 0 0.2 277.91 0.97 0.41
Hex 82 3 CC 24 63 0 14 116 61 29
Octal 202 3 314 44 143 0 24 426 141 51
Binary 10000010 11 11001100 100100 1100011 0 10100 100010110 1100001 101001

Color Harmonies of #8203CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8203CC

Black with #8203CC

Text Example


Text Example

White with #8203CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,3,204); }

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

background-color css

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

 a { background-color: rgb(130,3,204); }

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

border-color css

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

 span { border-color: rgb(130,3,204); }

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