Html Css Color HEX #9740BE Dark Orchid

📋 copy color: '#9740BE'

red 151 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #9740BE

Tints of Dark Orchid #9740BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.8%

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 37.28%
G = 15.8%
B = 46.91%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9740BE (or 0x9740BE) is known color: Dark Orchid. HEX triplet: 97, 40 and BE. RGB value is (151,64,190). Sum of RGB (Red+Green+Blue) = 151+64+190=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #9740BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9740BE is #68BF41. Grayscale: #676767. Windows color (decimal): -6864706 or 12468375. OLE color: 12468375.

HSL color Cylindrical-coordinate representation of color #9740BE: hue angle of 281.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9740BE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 64 190 -
CMYK 0.21 0.66 0 0.25
HSL 281.43º 0.5% 0.5% -
HSV(B) 281.43º 0.66% 0.75% -
XYZ 23.89 13.96 50.15 -
YUV 104.38 176.32 161.25 -
System Red Green Blue C M Y K H S L
Decimal 151 64 190 0.21 0.66 0 0.25 281.43 0.5 0.5
Hex 97 40 BE 15 42 0 19 119 32 32
Octal 227 100 276 25 102 0 31 431 62 62
Binary 10010111 1000000 10111110 10101 1000010 0 11001 100011001 110010 110010

Color Harmonies of #9740BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9740BE

Black with #9740BE

Text Example


Text Example

White with #9740BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9740BE; }

 p { color: rgb(151,64,190); }

 H1.HeaderClassName
 {
   color: #9740BE;
 }
 .AnyTagClassName
 {
   color: #9740BE;
 }
</style>

background-color css

<style>
 a { background-color: #9740BE; }

 a { background-color: rgb(151,64,190); }

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

border-color css

<style>
 span { border-color: #9740BE; }

 span { border-color: rgb(151,64,190); }

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