Html Css Color HEX #8237CC Blue Violet

📋 copy color: '#8237CC'

red 130 ◦ green 55 ◦ blue 204

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

Shades of Blue Violet #8237CC

Tints of Blue Violet #8237CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 33.42%
G = 14.14%
B = 52.44%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8237CC (or 0x8237CC) is known color: Blue Violet. HEX triplet: 82, 37 and CC. RGB value is (130,55,204). Sum of RGB (Red+Green+Blue) = 130+55+204=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #8237CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8237CC is #7DC833. Grayscale: #5D5D5D. Windows color (decimal): -8243252 or 13383554. OLE color: 13383554.

HSL color Cylindrical-coordinate representation of color #8237CC: hue angle of 270.2º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8237CC is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 55 204 -
CMYK 0.36 0.73 0 0.2
HSL 270.2º 0.59% 0.51% -
HSV(B) 270.2º 0.73% 0.8% -
XYZ 21.47 11.84 58.28 -
YUV 94.41 189.85 153.38 -
System Red Green Blue C M Y K H S L
Decimal 130 55 204 0.36 0.73 0 0.2 270.2 0.59 0.51
Hex 82 37 CC 24 49 0 14 10E 3B 33
Octal 202 67 314 44 111 0 24 416 73 63
Binary 10000010 110111 11001100 100100 1001001 0 10100 100001110 111011 110011

Color Harmonies of #8237CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8237CC

Black with #8237CC

Text Example


Text Example

White with #8237CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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