Html Css Color HEX #8635BC Dark Orchid

📋 copy color: '#8635BC'

red 134 ◦ green 53 ◦ blue 188

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

Shades of Dark Orchid #8635BC

Tints of Dark Orchid #8635BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 35.73%
G = 14.13%
B = 50.13%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8635BC (or 0x8635BC) is known color: Dark Orchid. HEX triplet: 86, 35 and BC. RGB value is (134,53,188). Sum of RGB (Red+Green+Blue) = 134+53+188=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #8635BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8635BC is #79CA43. Grayscale: #5C5C5C. Windows color (decimal): -7981636 or 12334470. OLE color: 12334470.

HSL color Cylindrical-coordinate representation of color #8635BC: hue angle of 276º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8635BC is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 53 188 -
CMYK 0.29 0.72 0 0.26
HSL 276º 0.56% 0.47% -
HSV(B) 276º 0.72% 0.74% -
XYZ 20.18 11.25 48.68 -
YUV 92.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 134 53 188 0.29 0.72 0 0.26 276 0.56 0.47
Hex 86 35 BC 1D 48 0 1A 114 38 2F
Octal 206 65 274 35 110 0 32 424 70 57
Binary 10000110 110101 10111100 11101 1001000 0 11010 100010100 111000 101111

Color Harmonies of #8635BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8635BC

Black with #8635BC

Text Example


Text Example

White with #8635BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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