Html Css Color HEX #8C3CDD Blue Violet

📋 copy color: '#8C3CDD'

red 140 ◦ green 60 ◦ blue 221

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

Shades of Blue Violet #8C3CDD

Tints of Blue Violet #8C3CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.25%

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

R = 33.25%
G = 14.25%
B = 52.49%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C3CDD (or 0x8C3CDD) is known color: Blue Violet. HEX triplet: 8C, 3C and DD. RGB value is (140,60,221). Sum of RGB (Red+Green+Blue) = 140+60+221=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C3CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3CDD is #73C322. Grayscale: #656565. Windows color (decimal): -7586595 or 14498956. OLE color: 14498956.

HSL color Cylindrical-coordinate representation of color #8C3CDD: hue angle of 269.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C3CDD is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 60 221 -
CMYK 0.37 0.73 0 0.13
HSL 269.81º 0.7% 0.55% -
HSV(B) 269.81º 0.73% 0.87% -
XYZ 25.48 14.03 69.77 -
YUV 102.27 195 154.91 -
System Red Green Blue C M Y K H S L
Decimal 140 60 221 0.37 0.73 0 0.13 269.81 0.7 0.55
Hex 8C 3C DD 25 49 0 D 10E 46 37
Octal 214 74 335 45 111 0 15 416 106 67
Binary 10001100 111100 11011101 100101 1001001 0 1101 100001110 1000110 110111

Color Harmonies of #8C3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3CDD

Black with #8C3CDD

Text Example


Text Example

White with #8C3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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