Html Css Color HEX #9740CC Dark Orchid

📋 copy color: '#9740CC'

red 151 ◦ green 64 ◦ blue 204

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

Shades of Dark Orchid #9740CC

Tints of Dark Orchid #9740CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 36.04%
G = 15.27%
B = 48.69%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9740CC (or 0x9740CC) is known color: Dark Orchid. HEX triplet: 97, 40 and CC. RGB value is (151,64,204). Sum of RGB (Red+Green+Blue) = 151+64+204=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #9740CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9740CC is #68BF33. Grayscale: #696969. Windows color (decimal): -6864692 or 13385879. OLE color: 13385879.

HSL color Cylindrical-coordinate representation of color #9740CC: hue angle of 277.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9740CC is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 64 204 -
CMYK 0.26 0.69 0 0.2
HSL 277.29º 0.58% 0.53% -
HSV(B) 277.29º 0.69% 0.8% -
XYZ 25.49 14.61 58.6 -
YUV 105.97 183.32 160.12 -
System Red Green Blue C M Y K H S L
Decimal 151 64 204 0.26 0.69 0 0.2 277.29 0.58 0.53
Hex 97 40 CC 1A 45 0 14 115 3A 35
Octal 227 100 314 32 105 0 24 425 72 65
Binary 10010111 1000000 11001100 11010 1000101 0 10100 100010101 111010 110101

Color Harmonies of #9740CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9740CC

Black with #9740CC

Text Example


Text Example

White with #9740CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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