Html Css Color HEX #8632BD Dark Orchid

📋 copy color: '#8632BD'

red 134 ◦ green 50 ◦ blue 189

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

Shades of Dark Orchid #8632BD

Tints of Dark Orchid #8632BD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.4%

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

R = 35.92%
G = 13.4%
B = 50.67%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8632BD (or 0x8632BD) is known color: Dark Orchid. HEX triplet: 86, 32 and BD. RGB value is (134,50,189). Sum of RGB (Red+Green+Blue) = 134+50+189=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #8632BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8632BD is #79CD42. Grayscale: #5A5A5A. Windows color (decimal): -7982403 or 12399238. OLE color: 12399238.

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

Color convert

RGB 134 50 189 -
CMYK 0.29 0.74 0 0.26
HSL 276.26º 0.58% 0.47% -
HSV(B) 276.26º 0.74% 0.74% -
XYZ 20.16 11.02 49.21 -
YUV 90.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 134 50 189 0.29 0.74 0 0.26 276.26 0.58 0.47
Hex 86 32 BD 1D 4A 0 1A 114 3A 2F
Octal 206 62 275 35 112 0 32 424 72 57
Binary 10000110 110010 10111101 11101 1001010 0 11010 100010100 111010 101111

Color Harmonies of #8632BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8632BD

Black with #8632BD

Text Example


Text Example

White with #8632BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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