Html Css Color HEX #9637B1 Dark Orchid

📋 copy color: '#9637B1'

red 150 ◦ green 55 ◦ blue 177

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

Shades of Dark Orchid #9637B1

Tints of Dark Orchid #9637B1

RGB

 RED value IS 150 (58.98% from 255) = 39.27%

 GREEN value IS 55 (21.88% from 255) = 14.4%

 BLUE value IS 177 (69.53% from 255) = 46.34%

R = 39.27%
G = 14.4%
B = 46.34%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9637B1 (or 0x9637B1) is known color: Dark Orchid. HEX triplet: 96, 37 and B1. RGB value is (150,55,177). Sum of RGB (Red+Green+Blue) = 150+55+177=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #9637B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9637B1 is #69C84E. Grayscale: #606060. Windows color (decimal): -6932559 or 11614102. OLE color: 11614102.

HSL color Cylindrical-coordinate representation of color #9637B1: hue angle of 286.72º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9637B1 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 55 177 -
CMYK 0.15 0.69 0 0.31
HSL 286.72º 0.53% 0.45% -
HSV(B) 286.72º 0.69% 0.69% -
XYZ 21.88 12.39 42.83 -
YUV 97.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 150 55 177 0.15 0.69 0 0.31 286.72 0.53 0.45
Hex 96 37 B1 F 45 0 1F 11F 35 2D
Octal 226 67 261 17 105 0 37 437 65 55
Binary 10010110 110111 10110001 1111 1000101 0 11111 100011111 110101 101101

Color Harmonies of #9637B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9637B1

Black with #9637B1

Text Example


Text Example

White with #9637B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9637B1; }

 p { color: rgb(150,55,177); }

 H1.HeaderClassName
 {
   color: #9637B1;
 }
 .AnyTagClassName
 {
   color: #9637B1;
 }
</style>

background-color css

<style>
 a { background-color: #9637B1; }

 a { background-color: rgb(150,55,177); }

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

border-color css

<style>
 span { border-color: #9637B1; }

 span { border-color: rgb(150,55,177); }

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