Html Css Color HEX #862BDD Blue Violet

📋 copy color: '#862BDD'

red 134 ◦ green 43 ◦ blue 221

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

Shades of Blue Violet #862BDD

Tints of Blue Violet #862BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.8%

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

R = 33.67%
G = 10.8%
B = 55.53%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#862BDD (or 0x862BDD) is known color: Blue Violet. HEX triplet: 86, 2B and DD. RGB value is (134,43,221). Sum of RGB (Red+Green+Blue) = 134+43+221=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #862BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862BDD is #79D422. Grayscale: #595959. Windows color (decimal): -7984163 or 14494598. OLE color: 14494598.

HSL color Cylindrical-coordinate representation of color #862BDD: hue angle of 270.67º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #862BDD is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 43 221 -
CMYK 0.39 0.81 0 0.13
HSL 270.67º 0.72% 0.52% -
HSV(B) 270.67º 0.81% 0.87% -
XYZ 23.75 12.02 69.47 -
YUV 90.5 201.65 159.03 -
System Red Green Blue C M Y K H S L
Decimal 134 43 221 0.39 0.81 0 0.13 270.67 0.72 0.52
Hex 86 2B DD 27 51 0 D 10F 48 34
Octal 206 53 335 47 121 0 15 417 110 64
Binary 10000110 101011 11011101 100111 1010001 0 1101 100001111 1001000 110100

Color Harmonies of #862BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862BDD

Black with #862BDD

Text Example


Text Example

White with #862BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862BDD; }

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

 H1.HeaderClassName
 {
   color: #862BDD;
 }
 .AnyTagClassName
 {
   color: #862BDD;
 }
</style>

background-color css

<style>
 a { background-color: #862BDD; }

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

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

border-color css

<style>
 span { border-color: #862BDD; }

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

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