Html Css Color HEX #8624BD Dark Orchid

📋 copy color: '#8624BD'

red 134 ◦ green 36 ◦ blue 189

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

Shades of Dark Orchid #8624BD

Tints of Dark Orchid #8624BD

RGB

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

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

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

R = 37.33%
G = 10.03%
B = 52.65%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8624BD (or 0x8624BD) is known color: Dark Orchid. HEX triplet: 86, 24 and BD. RGB value is (134,36,189). Sum of RGB (Red+Green+Blue) = 134+36+189=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #8624BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8624BD is #79DB42. Grayscale: #525252. Windows color (decimal): -7985987 or 12395654. OLE color: 12395654.

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

Color convert

RGB 134 36 189 -
CMYK 0.29 0.81 0 0.26
HSL 278.43º 0.68% 0.44% -
HSV(B) 278.43º 0.81% 0.74% -
XYZ 19.65 10 49.04 -
YUV 82.74 187.97 164.56 -
System Red Green Blue C M Y K H S L
Decimal 134 36 189 0.29 0.81 0 0.26 278.43 0.68 0.44
Hex 86 24 BD 1D 51 0 1A 116 44 2C
Octal 206 44 275 35 121 0 32 426 104 54
Binary 10000110 100100 10111101 11101 1010001 0 11010 100010110 1000100 101100

Color Harmonies of #8624BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8624BD

Black with #8624BD

Text Example


Text Example

White with #8624BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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