Html Css Color HEX #9731BD Dark Orchid

📋 copy color: '#9731BD'

red 151 ◦ green 49 ◦ blue 189

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

Shades of Dark Orchid #9731BD

Tints of Dark Orchid #9731BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.59%

R = 38.82%
G = 12.6%
B = 48.59%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9731BD (or 0x9731BD) is known color: Dark Orchid. HEX triplet: 97, 31 and BD. RGB value is (151,49,189). Sum of RGB (Red+Green+Blue) = 151+49+189=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #9731BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9731BD is #68CE42. Grayscale: #5F5F5F. Windows color (decimal): -6868547 or 12398999. OLE color: 12398999.

HSL color Cylindrical-coordinate representation of color #9731BD: hue angle of 283.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9731BD is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 49 189 -
CMYK 0.20 0.74 0 0.26
HSL 283.71º 0.59% 0.47% -
HSV(B) 283.71º 0.74% 0.74% -
XYZ 23.05 12.45 49.33 -
YUV 95.46 180.79 167.62 -
System Red Green Blue C M Y K H S L
Decimal 151 49 189 0.20 0.74 0 0.26 283.71 0.59 0.47
Hex 97 31 BD 14 4A 0 1A 11C 3B 2F
Octal 227 61 275 24 112 0 32 434 73 57
Binary 10010111 110001 10111101 10100 1001010 0 11010 100011100 111011 101111

Color Harmonies of #9731BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9731BD

Black with #9731BD

Text Example


Text Example

White with #9731BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9731BD; }

 p { color: rgb(151,49,189); }

 H1.HeaderClassName
 {
   color: #9731BD;
 }
 .AnyTagClassName
 {
   color: #9731BD;
 }
</style>

background-color css

<style>
 a { background-color: #9731BD; }

 a { background-color: rgb(151,49,189); }

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

border-color css

<style>
 span { border-color: #9731BD; }

 span { border-color: rgb(151,49,189); }

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