Html Css Color HEX #8313CF Dark Violet

📋 copy color: '#8313CF'

red 131 ◦ green 19 ◦ blue 207

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

Shades of Dark Violet #8313CF

Tints of Dark Violet #8313CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.98%

R = 36.69%
G = 5.32%
B = 57.98%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8313CF (or 0x8313CF) is known color: Dark Violet. HEX triplet: 83, 13 and CF. RGB value is (131,19,207). Sum of RGB (Red+Green+Blue) = 131+19+207=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #8313CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313CF is #7CEC30. Grayscale: #494949. Windows color (decimal): -8186929 or 13570947. OLE color: 13570947.

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

Color convert

RGB 131 19 207 -
CMYK 0.37 0.91 0 0.19
HSL 275.74º 0.83% 0.44% -
HSV(B) 275.74º 0.91% 0.81% -
XYZ 20.86 9.8 59.82 -
YUV 73.92 203.11 168.71 -
System Red Green Blue C M Y K H S L
Decimal 131 19 207 0.37 0.91 0 0.19 275.74 0.83 0.44
Hex 83 13 CF 25 5B 0 13 114 53 2C
Octal 203 23 317 45 133 0 23 424 123 54
Binary 10000011 10011 11001111 100101 1011011 0 10011 100010100 1010011 101100

Color Harmonies of #8313CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8313CF

Black with #8313CF

Text Example


Text Example

White with #8313CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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