Html Css Color HEX #8624BB Dark Orchid

📋 copy color: '#8624BB'

red 134 ◦ green 36 ◦ blue 187

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

Shades of Dark Orchid #8624BB

Tints of Dark Orchid #8624BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.08%

 BLUE value IS 187 (73.44% from 255) = 52.38%

R = 37.54%
G = 10.08%
B = 52.38%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8624BB (or 0x8624BB) is known color: Dark Orchid. HEX triplet: 86, 24 and BB. RGB value is (134,36,187). Sum of RGB (Red+Green+Blue) = 134+36+187=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #8624BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8624BB is #79DB44. Grayscale: #525252. Windows color (decimal): -7985989 or 12264582. OLE color: 12264582.

HSL color Cylindrical-coordinate representation of color #8624BB: hue angle of 278.94º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8624BB is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 36 187 -
CMYK 0.28 0.81 0 0.27
HSL 278.94º 0.68% 0.44% -
HSV(B) 278.94º 0.81% 0.73% -
XYZ 19.43 9.92 47.9 -
YUV 82.52 186.97 164.72 -
System Red Green Blue C M Y K H S L
Decimal 134 36 187 0.28 0.81 0 0.27 278.94 0.68 0.44
Hex 86 24 BB 1C 51 0 1B 117 44 2C
Octal 206 44 273 34 121 0 33 427 104 54
Binary 10000110 100100 10111011 11100 1010001 0 11011 100010111 1000100 101100

Color Harmonies of #8624BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8624BB

Black with #8624BB

Text Example


Text Example

White with #8624BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8624BB; }

 p { color: rgb(134,36,187); }

 H1.HeaderClassName
 {
   color: #8624BB;
 }
 .AnyTagClassName
 {
   color: #8624BB;
 }
</style>

background-color css

<style>
 a { background-color: #8624BB; }

 a { background-color: rgb(134,36,187); }

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

border-color css

<style>
 span { border-color: #8624BB; }

 span { border-color: rgb(134,36,187); }

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