Html Css Color HEX #8631B6 Dark Orchid

📋 copy color: '#8631B6'

red 134 ◦ green 49 ◦ blue 182

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

Shades of Dark Orchid #8631B6

Tints of Dark Orchid #8631B6

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.42%

 BLUE value IS 182 (71.48% from 255) = 49.86%

R = 36.71%
G = 13.42%
B = 49.86%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8631B6 (or 0x8631B6) is known color: Dark Orchid. HEX triplet: 86, 31 and B6. RGB value is (134,49,182). Sum of RGB (Red+Green+Blue) = 134+49+182=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #8631B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8631B6 is #79CE49. Grayscale: #595959. Windows color (decimal): -7982666 or 11940230. OLE color: 11940230.

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

Color convert

RGB 134 49 182 -
CMYK 0.26 0.73 0 0.29
HSL 278.35º 0.58% 0.45% -
HSV(B) 278.35º 0.73% 0.71% -
XYZ 19.37 10.64 45.29 -
YUV 89.58 180.16 159.69 -
System Red Green Blue C M Y K H S L
Decimal 134 49 182 0.26 0.73 0 0.29 278.35 0.58 0.45
Hex 86 31 B6 1A 49 0 1D 116 3A 2D
Octal 206 61 266 32 111 0 35 426 72 55
Binary 10000110 110001 10110110 11010 1001001 0 11101 100010110 111010 101101

Color Harmonies of #8631B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8631B6

Black with #8631B6

Text Example


Text Example

White with #8631B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8631B6; }

 p { color: rgb(134,49,182); }

 H1.HeaderClassName
 {
   color: #8631B6;
 }
 .AnyTagClassName
 {
   color: #8631B6;
 }
</style>

background-color css

<style>
 a { background-color: #8631B6; }

 a { background-color: rgb(134,49,182); }

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

border-color css

<style>
 span { border-color: #8631B6; }

 span { border-color: rgb(134,49,182); }

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