Html Css Color HEX #8421CC Blue Violet

📋 copy color: '#8421CC'

red 132 ◦ green 33 ◦ blue 204

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

Shades of Blue Violet #8421CC

Tints of Blue Violet #8421CC

RGB

 RED value IS 132 (51.95% from 255) = 35.77%

 GREEN value IS 33 (13.28% from 255) = 8.94%

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

R = 35.77%
G = 8.94%
B = 55.28%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8421CC (or 0x8421CC) is known color: Blue Violet. HEX triplet: 84, 21 and CC. RGB value is (132,33,204). Sum of RGB (Red+Green+Blue) = 132+33+204=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #8421CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8421CC is #7BDE33. Grayscale: #515151. Windows color (decimal): -8117812 or 13377924. OLE color: 13377924.

HSL color Cylindrical-coordinate representation of color #8421CC: hue angle of 274.74º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8421CC is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 33 204 -
CMYK 0.35 0.84 0 0.2
HSL 274.74º 0.72% 0.46% -
HSV(B) 274.74º 0.84% 0.8% -
XYZ 20.96 10.35 58.02 -
YUV 82.1 196.8 163.6 -
System Red Green Blue C M Y K H S L
Decimal 132 33 204 0.35 0.84 0 0.2 274.74 0.72 0.46
Hex 84 21 CC 23 54 0 14 113 48 2E
Octal 204 41 314 43 124 0 24 423 110 56
Binary 10000100 100001 11001100 100011 1010100 0 10100 100010011 1001000 101110

Color Harmonies of #8421CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8421CC

Black with #8421CC

Text Example


Text Example

White with #8421CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,33,204); }

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

background-color css

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

 a { background-color: rgb(132,33,204); }

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

border-color css

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

 span { border-color: rgb(132,33,204); }

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