Html Css Color HEX #9737AF Dark Orchid

📋 copy color: '#9737AF'

red 151 ◦ green 55 ◦ blue 175

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

Shades of Dark Orchid #9737AF

Tints of Dark Orchid #9737AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 39.63%
G = 14.44%
B = 45.93%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9737AF (or 0x9737AF) is known color: Dark Orchid. HEX triplet: 97, 37 and AF. RGB value is (151,55,175). Sum of RGB (Red+Green+Blue) = 151+55+175=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #9737AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9737AF is #68C850. Grayscale: #616161. Windows color (decimal): -6867025 or 11483031. OLE color: 11483031.

HSL color Cylindrical-coordinate representation of color #9737AF: hue angle of 288º degrees, saturation: 0.52, 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 #9737AF is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 55 175 -
CMYK 0.14 0.69 0 0.31
HSL 288º 0.52% 0.45% -
HSV(B) 288º 0.69% 0.69% -
XYZ 21.87 12.41 41.8 -
YUV 97.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 151 55 175 0.14 0.69 0 0.31 288 0.52 0.45
Hex 97 37 AF E 45 0 1F 120 34 2D
Octal 227 67 257 16 105 0 37 440 64 55
Binary 10010111 110111 10101111 1110 1000101 0 11111 100100000 110100 101101

Color Harmonies of #9737AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9737AF

Black with #9737AF

Text Example


Text Example

White with #9737AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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