Html Css Color HEX #8312BE Dark Violet

📋 copy color: '#8312BE'

red 131 ◦ green 18 ◦ blue 190

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

Shades of Dark Violet #8312BE

Tints of Dark Violet #8312BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.05%

R = 38.64%
G = 5.31%
B = 56.05%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8312BE (or 0x8312BE) is known color: Dark Violet. HEX triplet: 83, 12 and BE. RGB value is (131,18,190). Sum of RGB (Red+Green+Blue) = 131+18+190=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #8312BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8312BE is #7CED41. Grayscale: #464646. Windows color (decimal): -8187202 or 12456579. OLE color: 12456579.

HSL color Cylindrical-coordinate representation of color #8312BE: hue angle of 279.42º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8312BE is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 18 190 -
CMYK 0.31 0.91 0 0.25
HSL 279.42º 0.83% 0.41% -
HSV(B) 279.42º 0.91% 0.75% -
XYZ 18.87 8.98 49.45 -
YUV 71.4 194.94 170.51 -
System Red Green Blue C M Y K H S L
Decimal 131 18 190 0.31 0.91 0 0.25 279.42 0.83 0.41
Hex 83 12 BE 1F 5B 0 19 117 53 29
Octal 203 22 276 37 133 0 31 427 123 51
Binary 10000011 10010 10111110 11111 1011011 0 11001 100010111 1010011 101001

Color Harmonies of #8312BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8312BE

Black with #8312BE

Text Example


Text Example

White with #8312BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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