Html Css Color HEX #8337CC Blue Violet

📋 copy color: '#8337CC'

red 131 ◦ green 55 ◦ blue 204

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

Shades of Blue Violet #8337CC

Tints of Blue Violet #8337CC

RGB

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

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

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

R = 33.59%
G = 14.1%
B = 52.31%

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

#8337CC (or 0x8337CC) is known color: Blue Violet. HEX triplet: 83, 37 and CC. RGB value is (131,55,204). Sum of RGB (Red+Green+Blue) = 131+55+204=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #8337CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8337CC is #7CC833. Grayscale: #5E5E5E. Windows color (decimal): -8177716 or 13383555. OLE color: 13383555.

HSL color Cylindrical-coordinate representation of color #8337CC: hue angle of 270.6º 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 #8337CC is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 55 204 -
CMYK 0.36 0.73 0 0.2
HSL 270.6º 0.59% 0.51% -
HSV(B) 270.6º 0.73% 0.8% -
XYZ 21.63 11.92 58.29 -
YUV 94.71 189.68 153.88 -
System Red Green Blue C M Y K H S L
Decimal 131 55 204 0.36 0.73 0 0.2 270.6 0.59 0.51
Hex 83 37 CC 24 49 0 14 10F 3B 33
Octal 203 67 314 44 111 0 24 417 73 63
Binary 10000011 110111 11001100 100100 1001001 0 10100 100001111 111011 110011

Color Harmonies of #8337CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8337CC

Black with #8337CC

Text Example


Text Example

White with #8337CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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