Html Css Color HEX #861CDD Blue Violet

📋 copy color: '#861CDD'

red 134 ◦ green 28 ◦ blue 221

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

Shades of Blue Violet #861CDD

Tints of Blue Violet #861CDD

RGB

 RED value IS 134 (52.73% from 255) = 34.99%

 GREEN value IS 28 (11.33% from 255) = 7.31%

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

R = 34.99%
G = 7.31%
B = 57.7%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#861CDD (or 0x861CDD) is known color: Blue Violet. HEX triplet: 86, 1C and DD. RGB value is (134,28,221). Sum of RGB (Red+Green+Blue) = 134+28+221=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #861CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861CDD is #79E322. Grayscale: #515151. Windows color (decimal): -7988003 or 14490758. OLE color: 14490758.

HSL color Cylindrical-coordinate representation of color #861CDD: hue angle of 272.95º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861CDD is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 28 221 -
CMYK 0.39 0.87 0 0.13
HSL 272.95º 0.78% 0.49% -
HSV(B) 272.95º 0.87% 0.87% -
XYZ 23.3 11.12 69.32 -
YUV 81.7 206.62 165.31 -
System Red Green Blue C M Y K H S L
Decimal 134 28 221 0.39 0.87 0 0.13 272.95 0.78 0.49
Hex 86 1C DD 27 57 0 D 111 4E 31
Octal 206 34 335 47 127 0 15 421 116 61
Binary 10000110 11100 11011101 100111 1010111 0 1101 100010001 1001110 110001

Color Harmonies of #861CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861CDD

Black with #861CDD

Text Example


Text Example

White with #861CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861CDD; }

 p { color: rgb(134,28,221); }

 H1.HeaderClassName
 {
   color: #861CDD;
 }
 .AnyTagClassName
 {
   color: #861CDD;
 }
</style>

background-color css

<style>
 a { background-color: #861CDD; }

 a { background-color: rgb(134,28,221); }

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

border-color css

<style>
 span { border-color: #861CDD; }

 span { border-color: rgb(134,28,221); }

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