Html Css Color HEX #9737B3 Dark Orchid

📋 copy color: '#9737B3'

red 151 ◦ green 55 ◦ blue 179

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

Shades of Dark Orchid #9737B3

Tints of Dark Orchid #9737B3

RGB

 RED value IS 151 (59.38% from 255) = 39.22%

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 39.22%
G = 14.29%
B = 46.49%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9737B3 (or 0x9737B3) is known color: Dark Orchid. HEX triplet: 97, 37 and B3. RGB value is (151,55,179). Sum of RGB (Red+Green+Blue) = 151+55+179=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #9737B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9737B3 is #68C84C. Grayscale: #616161. Windows color (decimal): -6867021 or 11745175. OLE color: 11745175.

HSL color Cylindrical-coordinate representation of color #9737B3: hue angle of 286.45º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9737B3 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 55 179 -
CMYK 0.16 0.69 0 0.30
HSL 286.45º 0.53% 0.46% -
HSV(B) 286.45º 0.69% 0.7% -
XYZ 22.27 12.57 43.9 -
YUV 97.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 151 55 179 0.16 0.69 0 0.30 286.45 0.53 0.46
Hex 97 37 B3 10 45 0 1E 11E 35 2E
Octal 227 67 263 20 105 0 36 436 65 56
Binary 10010111 110111 10110011 10000 1000101 0 11110 100011110 110101 101110

Color Harmonies of #9737B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9737B3

Black with #9737B3

Text Example


Text Example

White with #9737B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9737B3; }

 p { color: rgb(151,55,179); }

 H1.HeaderClassName
 {
   color: #9737B3;
 }
 .AnyTagClassName
 {
   color: #9737B3;
 }
</style>

background-color css

<style>
 a { background-color: #9737B3; }

 a { background-color: rgb(151,55,179); }

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

border-color css

<style>
 span { border-color: #9737B3; }

 span { border-color: rgb(151,55,179); }

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