Html Css Color HEX #8312BB Dark Violet

📋 copy color: '#8312BB'

red 131 ◦ green 18 ◦ blue 187

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

Shades of Dark Violet #8312BB

Tints of Dark Violet #8312BB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.36%

 BLUE value IS 187 (73.44% from 255) = 55.65%

R = 38.99%
G = 5.36%
B = 55.65%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8312BB (or 0x8312BB) is known color: Dark Violet. HEX triplet: 83, 12 and BB. RGB value is (131,18,187). Sum of RGB (Red+Green+Blue) = 131+18+187=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #8312BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8312BB is #7CED44. Grayscale: #464646. Windows color (decimal): -8187205 or 12259971. OLE color: 12259971.

HSL color Cylindrical-coordinate representation of color #8312BB: hue angle of 280.12º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8312BB is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 18 187 -
CMYK 0.30 0.90 0 0.27
HSL 280.12º 0.82% 0.4% -
HSV(B) 280.12º 0.9% 0.73% -
XYZ 18.55 8.85 47.74 -
YUV 71.05 193.44 170.76 -
System Red Green Blue C M Y K H S L
Decimal 131 18 187 0.30 0.90 0 0.27 280.12 0.82 0.4
Hex 83 12 BB 1E 5A 0 1B 118 52 28
Octal 203 22 273 36 132 0 33 430 122 50
Binary 10000011 10010 10111011 11110 1011010 0 11011 100011000 1010010 101000

Color Harmonies of #8312BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8312BB

Black with #8312BB

Text Example


Text Example

White with #8312BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8312BB; }

 p { color: rgb(131,18,187); }

 H1.HeaderClassName
 {
   color: #8312BB;
 }
 .AnyTagClassName
 {
   color: #8312BB;
 }
</style>

background-color css

<style>
 a { background-color: #8312BB; }

 a { background-color: rgb(131,18,187); }

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

border-color css

<style>
 span { border-color: #8312BB; }

 span { border-color: rgb(131,18,187); }

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