Html Css Color HEX #8237D9 Blue Violet

📋 copy color: '#8237D9'

red 130 ◦ green 55 ◦ blue 217

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

Shades of Blue Violet #8237D9

Tints of Blue Violet #8237D9

RGB

 RED value IS 130 (51.17% from 255) = 32.34%

 GREEN value IS 55 (21.88% from 255) = 13.68%

 BLUE value IS 217 (85.16% from 255) = 53.98%

R = 32.34%
G = 13.68%
B = 53.98%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8237D9 (or 0x8237D9) is known color: Blue Violet. HEX triplet: 82, 37 and D9. RGB value is (130,55,217). Sum of RGB (Red+Green+Blue) = 130+55+217=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 217 (85.16% from 255 or 53.98% from 402); Max value from RGB is 217 - color contains mainly: blue. Hex color #8237D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8237D9 is #7DC826. Grayscale: #5F5F5F. Windows color (decimal): -8243239 or 14235522. OLE color: 14235522.

HSL color Cylindrical-coordinate representation of color #8237D9: hue angle of 267.78º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8237D9 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 55 217 -
CMYK 0.40 0.75 0 0.15
HSL 267.78º 0.68% 0.53% -
HSV(B) 267.78º 0.75% 0.85% -
XYZ 23.1 12.49 66.84 -
YUV 95.89 196.35 152.33 -
System Red Green Blue C M Y K H S L
Decimal 130 55 217 0.40 0.75 0 0.15 267.78 0.68 0.53
Hex 82 37 D9 28 4B 0 F 10C 44 35
Octal 202 67 331 50 113 0 17 414 104 65
Binary 10000010 110111 11011001 101000 1001011 0 1111 100001100 1000100 110101

Color Harmonies of #8237D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8237D9

Black with #8237D9

Text Example


Text Example

White with #8237D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8237D9; }

 p { color: rgb(130,55,217); }

 H1.HeaderClassName
 {
   color: #8237D9;
 }
 .AnyTagClassName
 {
   color: #8237D9;
 }
</style>

background-color css

<style>
 a { background-color: #8237D9; }

 a { background-color: rgb(130,55,217); }

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

border-color css

<style>
 span { border-color: #8237D9; }

 span { border-color: rgb(130,55,217); }

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