Html Css Color HEX #8313CB Dark Violet

📋 copy color: '#8313CB'

red 131 ◦ green 19 ◦ blue 203

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

Shades of Dark Violet #8313CB

Tints of Dark Violet #8313CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.38%

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

R = 37.11%
G = 5.38%
B = 57.51%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8313CB (or 0x8313CB) is known color: Dark Violet. HEX triplet: 83, 13 and CB. RGB value is (131,19,203). Sum of RGB (Red+Green+Blue) = 131+19+203=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #8313CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313CB is #7CEC34. Grayscale: #484848. Windows color (decimal): -8186933 or 13308803. OLE color: 13308803.

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

Color convert

RGB 131 19 203 -
CMYK 0.35 0.91 0 0.20
HSL 276.52º 0.83% 0.44% -
HSV(B) 276.52º 0.91% 0.8% -
XYZ 20.37 9.6 57.28 -
YUV 73.46 201.11 169.04 -
System Red Green Blue C M Y K H S L
Decimal 131 19 203 0.35 0.91 0 0.20 276.52 0.83 0.44
Hex 83 13 CB 23 5B 0 14 115 53 2C
Octal 203 23 313 43 133 0 24 425 123 54
Binary 10000011 10011 11001011 100011 1011011 0 10100 100010101 1010011 101100

Color Harmonies of #8313CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8313CB

Black with #8313CB

Text Example


Text Example

White with #8313CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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