Html Css Color HEX #8315CB Dark Violet

📋 copy color: '#8315CB'

red 131 ◦ green 21 ◦ blue 203

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

Shades of Dark Violet #8315CB

Tints of Dark Violet #8315CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.92%

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

R = 36.9%
G = 5.92%
B = 57.18%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8315CB (or 0x8315CB) is known color: Dark Violet. HEX triplet: 83, 15 and CB. RGB value is (131,21,203). Sum of RGB (Red+Green+Blue) = 131+21+203=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #8315CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8315CB is #7CEA34. Grayscale: #4A4A4A. Windows color (decimal): -8186421 or 13309315. OLE color: 13309315.

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

Color convert

RGB 131 21 203 -
CMYK 0.35 0.90 0 0.20
HSL 276.26º 0.81% 0.44% -
HSV(B) 276.26º 0.9% 0.8% -
XYZ 20.41 9.67 57.29 -
YUV 74.64 200.44 168.2 -
System Red Green Blue C M Y K H S L
Decimal 131 21 203 0.35 0.90 0 0.20 276.26 0.81 0.44
Hex 83 15 CB 23 5A 0 14 114 51 2C
Octal 203 25 313 43 132 0 24 424 121 54
Binary 10000011 10101 11001011 100011 1011010 0 10100 100010100 1010001 101100

Color Harmonies of #8315CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8315CB

Black with #8315CB

Text Example


Text Example

White with #8315CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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