Html Css Color HEX #862DBF Dark Orchid

📋 copy color: '#862DBF'

red 134 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #862DBF

Tints of Dark Orchid #862DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.16%

 BLUE value IS 191 (75% from 255) = 51.62%

R = 36.22%
G = 12.16%
B = 51.62%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#862DBF (or 0x862DBF) is known color: Dark Orchid. HEX triplet: 86, 2D and BF. RGB value is (134,45,191). Sum of RGB (Red+Green+Blue) = 134+45+191=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #862DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862DBF is #79D240. Grayscale: #575757. Windows color (decimal): -7983681 or 12529030. OLE color: 12529030.

HSL color Cylindrical-coordinate representation of color #862DBF: hue angle of 276.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862DBF is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 45 191 -
CMYK 0.30 0.76 0 0.25
HSL 276.58º 0.62% 0.46% -
HSV(B) 276.58º 0.76% 0.75% -
XYZ 20.17 10.71 50.29 -
YUV 88.26 185.99 160.63 -
System Red Green Blue C M Y K H S L
Decimal 134 45 191 0.30 0.76 0 0.25 276.58 0.62 0.46
Hex 86 2D BF 1E 4C 0 19 115 3E 2E
Octal 206 55 277 36 114 0 31 425 76 56
Binary 10000110 101101 10111111 11110 1001100 0 11001 100010101 111110 101110

Color Harmonies of #862DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862DBF

Black with #862DBF

Text Example


Text Example

White with #862DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,45,191); }

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

background-color css

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

 a { background-color: rgb(134,45,191); }

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

border-color css

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

 span { border-color: rgb(134,45,191); }

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