Html Css Color HEX #8635B8 Dark Orchid

📋 copy color: '#8635B8'

red 134 ◦ green 53 ◦ blue 184

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

Shades of Dark Orchid #8635B8

Tints of Dark Orchid #8635B8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.29%

 BLUE value IS 184 (72.27% from 255) = 49.6%

R = 36.12%
G = 14.29%
B = 49.6%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8635B8 (or 0x8635B8) is known color: Dark Orchid. HEX triplet: 86, 35 and B8. RGB value is (134,53,184). Sum of RGB (Red+Green+Blue) = 134+53+184=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #8635B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8635B8 is #79CA47. Grayscale: #5B5B5B. Windows color (decimal): -7981640 or 12072326. OLE color: 12072326.

HSL color Cylindrical-coordinate representation of color #8635B8: hue angle of 277.1º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8635B8 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 53 184 -
CMYK 0.27 0.71 0 0.28
HSL 277.1º 0.55% 0.46% -
HSV(B) 277.1º 0.71% 0.72% -
XYZ 19.76 11.08 46.44 -
YUV 92.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 134 53 184 0.27 0.71 0 0.28 277.1 0.55 0.46
Hex 86 35 B8 1B 47 0 1C 115 37 2E
Octal 206 65 270 33 107 0 34 425 67 56
Binary 10000110 110101 10111000 11011 1000111 0 11100 100010101 110111 101110

Color Harmonies of #8635B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8635B8

Black with #8635B8

Text Example


Text Example

White with #8635B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8635B8; }

 p { color: rgb(134,53,184); }

 H1.HeaderClassName
 {
   color: #8635B8;
 }
 .AnyTagClassName
 {
   color: #8635B8;
 }
</style>

background-color css

<style>
 a { background-color: #8635B8; }

 a { background-color: rgb(134,53,184); }

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

border-color css

<style>
 span { border-color: #8635B8; }

 span { border-color: rgb(134,53,184); }

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