Html Css Color HEX #862FBF Dark Orchid

📋 copy color: '#862FBF'

red 134 ◦ green 47 ◦ blue 191

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

Shades of Dark Orchid #862FBF

Tints of Dark Orchid #862FBF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.63%

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

R = 36.02%
G = 12.63%
B = 51.34%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#862FBF (or 0x862FBF) is known color: Dark Orchid. HEX triplet: 86, 2F and BF. RGB value is (134,47,191). Sum of RGB (Red+Green+Blue) = 134+47+191=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #862FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862FBF is #79D040. Grayscale: #585858. Windows color (decimal): -7983169 or 12529542. OLE color: 12529542.

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

Color convert

RGB 134 47 191 -
CMYK 0.30 0.75 0 0.25
HSL 276.25º 0.61% 0.47% -
HSV(B) 276.25º 0.75% 0.75% -
XYZ 20.25 10.86 50.32 -
YUV 89.43 185.32 159.79 -
System Red Green Blue C M Y K H S L
Decimal 134 47 191 0.30 0.75 0 0.25 276.25 0.61 0.47
Hex 86 2F BF 1E 4B 0 19 114 3D 2F
Octal 206 57 277 36 113 0 31 424 75 57
Binary 10000110 101111 10111111 11110 1001011 0 11001 100010100 111101 101111

Color Harmonies of #862FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862FBF

Black with #862FBF

Text Example


Text Example

White with #862FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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