Html Css Color HEX #8033CC Blue Violet

📋 copy color: '#8033CC'

red 128 ◦ green 51 ◦ blue 204

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

Shades of Blue Violet #8033CC

Tints of Blue Violet #8033CC

RGB

 RED value IS 128 (50.39% from 255) = 33.42%

 GREEN value IS 51 (20.31% from 255) = 13.32%

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

R = 33.42%
G = 13.32%
B = 53.26%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8033CC (or 0x8033CC) is known color: Blue Violet. HEX triplet: 80, 33 and CC. RGB value is (128,51,204). Sum of RGB (Red+Green+Blue) = 128+51+204=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #8033CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8033CC is #7FCC33. Grayscale: #5A5A5A. Windows color (decimal): -8375348 or 13382528. OLE color: 13382528.

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

Color convert

RGB 128 51 204 -
CMYK 0.37 0.75 0 0.2
HSL 270.2º 0.6% 0.5% -
HSV(B) 270.2º 0.75% 0.8% -
XYZ 20.99 11.32 58.21 -
YUV 91.47 191.51 154.06 -
System Red Green Blue C M Y K H S L
Decimal 128 51 204 0.37 0.75 0 0.2 270.2 0.6 0.5
Hex 80 33 CC 25 4B 0 14 10E 3C 32
Octal 200 63 314 45 113 0 24 416 74 62
Binary 10000000 110011 11001100 100101 1001011 0 10100 100001110 111100 110010

Color Harmonies of #8033CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8033CC

Black with #8033CC

Text Example


Text Example

White with #8033CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,51,204); }

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

background-color css

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

 a { background-color: rgb(128,51,204); }

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

border-color css

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

 span { border-color: rgb(128,51,204); }

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