Html Css Color HEX #8621CC Blue Violet

📋 copy color: '#8621CC'

red 134 ◦ green 33 ◦ blue 204

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

Shades of Blue Violet #8621CC

Tints of Blue Violet #8621CC

RGB

 RED value IS 134 (52.73% from 255) = 36.12%

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

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

R = 36.12%
G = 8.89%
B = 54.99%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8621CC (or 0x8621CC) is known color: Blue Violet. HEX triplet: 86, 21 and CC. RGB value is (134,33,204). Sum of RGB (Red+Green+Blue) = 134+33+204=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #8621CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8621CC is #79DE33. Grayscale: #525252. Windows color (decimal): -7986740 or 13377926. OLE color: 13377926.

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

Color convert

RGB 134 33 204 -
CMYK 0.34 0.84 0 0.2
HSL 275.44º 0.72% 0.46% -
HSV(B) 275.44º 0.84% 0.8% -
XYZ 21.27 10.52 58.04 -
YUV 82.69 196.46 164.6 -
System Red Green Blue C M Y K H S L
Decimal 134 33 204 0.34 0.84 0 0.2 275.44 0.72 0.46
Hex 86 21 CC 22 54 0 14 113 48 2E
Octal 206 41 314 42 124 0 24 423 110 56
Binary 10000110 100001 11001100 100010 1010100 0 10100 100010011 1001000 101110

Color Harmonies of #8621CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8621CC

Black with #8621CC

Text Example


Text Example

White with #8621CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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