Html Css Color HEX #8237DB Blue Violet

📋 copy color: '#8237DB'

red 130 ◦ green 55 ◦ blue 219

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

Shades of Blue Violet #8237DB

Tints of Blue Violet #8237DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.21%

R = 32.18%
G = 13.61%
B = 54.21%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8237DB (or 0x8237DB) is known color: Blue Violet. HEX triplet: 82, 37 and DB. RGB value is (130,55,219). Sum of RGB (Red+Green+Blue) = 130+55+219=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #8237DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8237DB is #7DC824. Grayscale: #5F5F5F. Windows color (decimal): -8243237 or 14366594. OLE color: 14366594.

HSL color Cylindrical-coordinate representation of color #8237DB: hue angle of 267.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8237DB is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 55 219 -
CMYK 0.41 0.75 0 0.14
HSL 267.44º 0.69% 0.54% -
HSV(B) 267.44º 0.75% 0.86% -
XYZ 23.36 12.59 68.22 -
YUV 96.12 197.35 152.16 -
System Red Green Blue C M Y K H S L
Decimal 130 55 219 0.41 0.75 0 0.14 267.44 0.69 0.54
Hex 82 37 DB 29 4B 0 E 10B 45 36
Octal 202 67 333 51 113 0 16 413 105 66
Binary 10000010 110111 11011011 101001 1001011 0 1110 100001011 1000101 110110

Color Harmonies of #8237DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8237DB

Black with #8237DB

Text Example


Text Example

White with #8237DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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