Html Css Color HEX #8632BC Dark Orchid

📋 copy color: '#8632BC'

red 134 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #8632BC

Tints of Dark Orchid #8632BC

RGB

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

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

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

R = 36.02%
G = 13.44%
B = 50.54%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8632BC (or 0x8632BC) is known color: Dark Orchid. HEX triplet: 86, 32 and BC. RGB value is (134,50,188). Sum of RGB (Red+Green+Blue) = 134+50+188=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #8632BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8632BC is #79CD43. Grayscale: #5A5A5A. Windows color (decimal): -7982404 or 12333702. OLE color: 12333702.

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

Color convert

RGB 134 50 188 -
CMYK 0.29 0.73 0 0.26
HSL 276.52º 0.58% 0.47% -
HSV(B) 276.52º 0.73% 0.74% -
XYZ 20.05 10.98 48.64 -
YUV 90.85 182.83 158.78 -
System Red Green Blue C M Y K H S L
Decimal 134 50 188 0.29 0.73 0 0.26 276.52 0.58 0.47
Hex 86 32 BC 1D 49 0 1A 115 3A 2F
Octal 206 62 274 35 111 0 32 425 72 57
Binary 10000110 110010 10111100 11101 1001001 0 11010 100010101 111010 101111

Color Harmonies of #8632BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8632BC

Black with #8632BC

Text Example


Text Example

White with #8632BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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