Html Css Color HEX #8302CA Dark Violet

📋 copy color: '#8302CA'

red 131 ◦ green 2 ◦ blue 202

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

Shades of Dark Violet #8302CA

Tints of Dark Violet #8302CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 60.3%

R = 39.1%
G = 0.6%
B = 60.3%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8302CA (or 0x8302CA) is known color: Dark Violet. HEX triplet: 83, 02 and CA. RGB value is (131,2,202). Sum of RGB (Red+Green+Blue) = 131+2+202=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #8302CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8302CA is #7CFD35. Grayscale: #3E3E3E. Windows color (decimal): -8191286 or 13238915. OLE color: 13238915.

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

Color convert

RGB 131 2 202 -
CMYK 0.35 0.99 0 0.21
HSL 278.7º 0.98% 0.4% -
HSV(B) 278.7º 0.99% 0.79% -
XYZ 20.04 9.13 56.58 -
YUV 63.37 206.24 176.24 -
System Red Green Blue C M Y K H S L
Decimal 131 2 202 0.35 0.99 0 0.21 278.7 0.98 0.4
Hex 83 2 CA 23 63 0 15 117 62 28
Octal 203 2 312 43 143 0 25 427 142 50
Binary 10000011 10 11001010 100011 1100011 0 10101 100010111 1100010 101000

Color Harmonies of #8302CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8302CA

Black with #8302CA

Text Example


Text Example

White with #8302CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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