Html Css Color HEX #8427DD Blue Violet

📋 copy color: '#8427DD'

red 132 ◦ green 39 ◦ blue 221

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

Shades of Blue Violet #8427DD

Tints of Blue Violet #8427DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.95%

 BLUE value IS 221 (86.72% from 255) = 56.38%

R = 33.67%
G = 9.95%
B = 56.38%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8427DD (or 0x8427DD) is known color: Blue Violet. HEX triplet: 84, 27 and DD. RGB value is (132,39,221). Sum of RGB (Red+Green+Blue) = 132+39+221=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #8427DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8427DD is #7BD822. Grayscale: #565656. Windows color (decimal): -8116259 or 14493572. OLE color: 14493572.

HSL color Cylindrical-coordinate representation of color #8427DD: hue angle of 270.66º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8427DD is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 39 221 -
CMYK 0.40 0.82 0 0.13
HSL 270.66º 0.73% 0.51% -
HSV(B) 270.66º 0.82% 0.87% -
XYZ 23.29 11.58 69.41 -
YUV 87.56 203.31 159.7 -
System Red Green Blue C M Y K H S L
Decimal 132 39 221 0.40 0.82 0 0.13 270.66 0.73 0.51
Hex 84 27 DD 28 52 0 D 10F 49 33
Octal 204 47 335 50 122 0 15 417 111 63
Binary 10000100 100111 11011101 101000 1010010 0 1101 100001111 1001001 110011

Color Harmonies of #8427DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8427DD

Black with #8427DD

Text Example


Text Example

White with #8427DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8427DD; }

 p { color: rgb(132,39,221); }

 H1.HeaderClassName
 {
   color: #8427DD;
 }
 .AnyTagClassName
 {
   color: #8427DD;
 }
</style>

background-color css

<style>
 a { background-color: #8427DD; }

 a { background-color: rgb(132,39,221); }

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

border-color css

<style>
 span { border-color: #8427DD; }

 span { border-color: rgb(132,39,221); }

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