Html Css Color HEX #880DF2 Blue Violet

📋 copy color: '#880DF2'

red 136 ◦ green 13 ◦ blue 242

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

Shades of Blue Violet #880DF2

Tints of Blue Violet #880DF2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.32%

 BLUE value IS 242 (94.92% from 255) = 61.89%

R = 34.78%
G = 3.32%
B = 61.89%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#880DF2 (or 0x880DF2) is known color: Blue Violet. HEX triplet: 88, 0D and F2. RGB value is (136,13,242). Sum of RGB (Red+Green+Blue) = 136+13+242=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #880DF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880DF2 is #77F20D. Grayscale: #4B4B4B. Windows color (decimal): -7860750 or 15863176. OLE color: 15863176.

HSL color Cylindrical-coordinate representation of color #880DF2: hue angle of 272.23º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880DF2 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 13 242 -
CMYK 0.44 0.95 0 0.05
HSL 272.23º 0.9% 0.5% -
HSV(B) 272.23º 0.95% 0.95% -
XYZ 26.32 11.93 84.92 -
YUV 75.88 221.75 170.88 -
System Red Green Blue C M Y K H S L
Decimal 136 13 242 0.44 0.95 0 0.05 272.23 0.9 0.5
Hex 88 D F2 2C 5F 0 5 110 5A 32
Octal 210 15 362 54 137 0 5 420 132 62
Binary 10001000 1101 11110010 101100 1011111 0 101 100010000 1011010 110010

Color Harmonies of #880DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DF2

Black with #880DF2

Text Example


Text Example

White with #880DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,13,242); }

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

background-color css

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

 a { background-color: rgb(136,13,242); }

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

border-color css

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

 span { border-color: rgb(136,13,242); }

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