Html Css Color HEX #880FCD Dark Violet

📋 copy color: '#880FCD'

red 136 ◦ green 15 ◦ blue 205

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

Shades of Dark Violet #880FCD

Tints of Dark Violet #880FCD

RGB

 RED value IS 136 (53.52% from 255) = 38.2%

 GREEN value IS 15 (6.25% from 255) = 4.21%

 BLUE value IS 205 (80.47% from 255) = 57.58%

R = 38.2%
G = 4.21%
B = 57.58%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#880FCD (or 0x880FCD) is known color: Dark Violet. HEX triplet: 88, 0F and CD. RGB value is (136,15,205). Sum of RGB (Red+Green+Blue) = 136+15+205=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #880FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FCD is #77F032. Grayscale: #484848. Windows color (decimal): -7860275 or 13438856. OLE color: 13438856.

HSL color Cylindrical-coordinate representation of color #880FCD: hue angle of 278.21º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880FCD is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 15 205 -
CMYK 0.34 0.93 0 0.20
HSL 278.21º 0.86% 0.43% -
HSV(B) 278.21º 0.93% 0.8% -
XYZ 21.34 9.98 58.56 -
YUV 72.84 202.59 173.05 -
System Red Green Blue C M Y K H S L
Decimal 136 15 205 0.34 0.93 0 0.20 278.21 0.86 0.43
Hex 88 F CD 22 5D 0 14 116 56 2B
Octal 210 17 315 42 135 0 24 426 126 53
Binary 10001000 1111 11001101 100010 1011101 0 10100 100010110 1010110 101011

Color Harmonies of #880FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FCD

Black with #880FCD

Text Example


Text Example

White with #880FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880FCD; }

 p { color: rgb(136,15,205); }

 H1.HeaderClassName
 {
   color: #880FCD;
 }
 .AnyTagClassName
 {
   color: #880FCD;
 }
</style>

background-color css

<style>
 a { background-color: #880FCD; }

 a { background-color: rgb(136,15,205); }

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

border-color css

<style>
 span { border-color: #880FCD; }

 span { border-color: rgb(136,15,205); }

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