Html Css Color HEX #9740CE Dark Orchid

📋 copy color: '#9740CE'

red 151 ◦ green 64 ◦ blue 206

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

Shades of Dark Orchid #9740CE

Tints of Dark Orchid #9740CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 35.87%
G = 15.2%
B = 48.93%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9740CE (or 0x9740CE) is known color: Dark Orchid. HEX triplet: 97, 40 and CE. RGB value is (151,64,206). Sum of RGB (Red+Green+Blue) = 151+64+206=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #9740CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9740CE is #68BF31. Grayscale: #696969. Windows color (decimal): -6864690 or 13516951. OLE color: 13516951.

HSL color Cylindrical-coordinate representation of color #9740CE: hue angle of 276.76º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9740CE is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 64 206 -
CMYK 0.27 0.69 0 0.19
HSL 276.76º 0.59% 0.53% -
HSV(B) 276.76º 0.69% 0.81% -
XYZ 25.74 14.7 59.87 -
YUV 106.2 184.32 159.95 -
System Red Green Blue C M Y K H S L
Decimal 151 64 206 0.27 0.69 0 0.19 276.76 0.59 0.53
Hex 97 40 CE 1B 45 0 13 115 3B 35
Octal 227 100 316 33 105 0 23 425 73 65
Binary 10010111 1000000 11001110 11011 1000101 0 10011 100010101 111011 110101

Color Harmonies of #9740CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9740CE

Black with #9740CE

Text Example


Text Example

White with #9740CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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