Html Css Color HEX #8313CC Dark Violet

📋 copy color: '#8313CC'

red 131 ◦ green 19 ◦ blue 204

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

Shades of Dark Violet #8313CC

Tints of Dark Violet #8313CC

RGB

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

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

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

R = 37.01%
G = 5.37%
B = 57.63%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8313CC (or 0x8313CC) is known color: Dark Violet. HEX triplet: 83, 13 and CC. RGB value is (131,19,204). Sum of RGB (Red+Green+Blue) = 131+19+204=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #8313CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313CC is #7CEC33. Grayscale: #484848. Windows color (decimal): -8186932 or 13374339. OLE color: 13374339.

HSL color Cylindrical-coordinate representation of color #8313CC: hue angle of 276.32º 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 #8313CC is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 19 204 -
CMYK 0.36 0.91 0 0.2
HSL 276.32º 0.83% 0.44% -
HSV(B) 276.32º 0.91% 0.8% -
XYZ 20.49 9.65 57.91 -
YUV 73.58 201.61 168.96 -
System Red Green Blue C M Y K H S L
Decimal 131 19 204 0.36 0.91 0 0.2 276.32 0.83 0.44
Hex 83 13 CC 24 5B 0 14 114 53 2C
Octal 203 23 314 44 133 0 24 424 123 54
Binary 10000011 10011 11001100 100100 1011011 0 10100 100010100 1010011 101100

Color Harmonies of #8313CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8313CC

Black with #8313CC

Text Example


Text Example

White with #8313CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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