Html Css Color HEX #8304CB Dark Violet

📋 copy color: '#8304CB'

red 131 ◦ green 4 ◦ blue 203

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

Shades of Dark Violet #8304CB

Tints of Dark Violet #8304CB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

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

R = 38.76%
G = 1.18%
B = 60.06%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8304CB (or 0x8304CB) is known color: Dark Violet. HEX triplet: 83, 04 and CB. RGB value is (131,4,203). Sum of RGB (Red+Green+Blue) = 131+4+203=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #8304CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8304CB is #7CFB34. Grayscale: #3F3F3F. Windows color (decimal): -8190773 or 13304963. OLE color: 13304963.

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

Color convert

RGB 131 4 203 -
CMYK 0.35 0.98 0 0.20
HSL 278.29º 0.96% 0.41% -
HSV(B) 278.29º 0.98% 0.8% -
XYZ 20.18 9.22 57.22 -
YUV 64.66 206.08 175.32 -
System Red Green Blue C M Y K H S L
Decimal 131 4 203 0.35 0.98 0 0.20 278.29 0.96 0.41
Hex 83 4 CB 23 62 0 14 116 60 29
Octal 203 4 313 43 142 0 24 426 140 51
Binary 10000011 100 11001011 100011 1100010 0 10100 100010110 1100000 101001

Color Harmonies of #8304CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8304CB

Black with #8304CB

Text Example


Text Example

White with #8304CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,4,203); }

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

background-color css

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

 a { background-color: rgb(131,4,203); }

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

border-color css

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

 span { border-color: rgb(131,4,203); }

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