Html Css Color HEX #8C2CDD Blue Violet

📋 copy color: '#8C2CDD'

red 140 ◦ green 44 ◦ blue 221

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

Shades of Blue Violet #8C2CDD

Tints of Blue Violet #8C2CDD

RGB

 RED value IS 140 (55.08% from 255) = 34.57%

 GREEN value IS 44 (17.58% from 255) = 10.86%

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

R = 34.57%
G = 10.86%
B = 54.57%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C2CDD (or 0x8C2CDD) is known color: Blue Violet. HEX triplet: 8C, 2C and DD. RGB value is (140,44,221). Sum of RGB (Red+Green+Blue) = 140+44+221=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C2CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2CDD is #73D322. Grayscale: #5C5C5C. Windows color (decimal): -7590691 or 14494860. OLE color: 14494860.

HSL color Cylindrical-coordinate representation of color #8C2CDD: hue angle of 272.54º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C2CDD is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 44 221 -
CMYK 0.37 0.80 0 0.13
HSL 272.54º 0.72% 0.52% -
HSV(B) 272.54º 0.8% 0.87% -
XYZ 24.77 12.6 69.53 -
YUV 92.88 200.3 161.61 -
System Red Green Blue C M Y K H S L
Decimal 140 44 221 0.37 0.80 0 0.13 272.54 0.72 0.52
Hex 8C 2C DD 25 50 0 D 111 48 34
Octal 214 54 335 45 120 0 15 421 110 64
Binary 10001100 101100 11011101 100101 1010000 0 1101 100010001 1001000 110100

Color Harmonies of #8C2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2CDD

Black with #8C2CDD

Text Example


Text Example

White with #8C2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C2CDD; }

 p { color: rgb(140,44,221); }

 H1.HeaderClassName
 {
   color: #8C2CDD;
 }
 .AnyTagClassName
 {
   color: #8C2CDD;
 }
</style>

background-color css

<style>
 a { background-color: #8C2CDD; }

 a { background-color: rgb(140,44,221); }

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

border-color css

<style>
 span { border-color: #8C2CDD; }

 span { border-color: rgb(140,44,221); }

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