Html Css Color HEX #863BBD Dark Orchid

📋 copy color: '#863BBD'

red 134 ◦ green 59 ◦ blue 189

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

Shades of Dark Orchid #863BBD

Tints of Dark Orchid #863BBD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.45%

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 35.08%
G = 15.45%
B = 49.48%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#863BBD (or 0x863BBD) is known color: Dark Orchid. HEX triplet: 86, 3B and BD. RGB value is (134,59,189). Sum of RGB (Red+Green+Blue) = 134+59+189=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #863BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BBD is #79C442. Grayscale: #5F5F5F. Windows color (decimal): -7980099 or 12401542. OLE color: 12401542.

HSL color Cylindrical-coordinate representation of color #863BBD: hue angle of 274.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863BBD is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 59 189 -
CMYK 0.29 0.69 0 0.26
HSL 274.62º 0.52% 0.49% -
HSV(B) 274.62º 0.69% 0.74% -
XYZ 20.58 11.87 49.35 -
YUV 96.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 134 59 189 0.29 0.69 0 0.26 274.62 0.52 0.49
Hex 86 3B BD 1D 45 0 1A 113 34 31
Octal 206 73 275 35 105 0 32 423 64 61
Binary 10000110 111011 10111101 11101 1000101 0 11010 100010011 110100 110001

Color Harmonies of #863BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BBD

Black with #863BBD

Text Example


Text Example

White with #863BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863BBD; }

 p { color: rgb(134,59,189); }

 H1.HeaderClassName
 {
   color: #863BBD;
 }
 .AnyTagClassName
 {
   color: #863BBD;
 }
</style>

background-color css

<style>
 a { background-color: #863BBD; }

 a { background-color: rgb(134,59,189); }

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

border-color css

<style>
 span { border-color: #863BBD; }

 span { border-color: rgb(134,59,189); }

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