Html Css Color HEX #9740CA Dark Orchid

📋 copy color: '#9740CA'

red 151 ◦ green 64 ◦ blue 202

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

Shades of Dark Orchid #9740CA

Tints of Dark Orchid #9740CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.44%

R = 36.21%
G = 15.35%
B = 48.44%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9740CA (or 0x9740CA) is known color: Dark Orchid. HEX triplet: 97, 40 and CA. RGB value is (151,64,202). Sum of RGB (Red+Green+Blue) = 151+64+202=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #9740CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9740CA is #68BF35. Grayscale: #696969. Windows color (decimal): -6864694 or 13254807. OLE color: 13254807.

HSL color Cylindrical-coordinate representation of color #9740CA: hue angle of 277.83º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9740CA is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 64 202 -
CMYK 0.25 0.68 0 0.21
HSL 277.83º 0.57% 0.52% -
HSV(B) 277.83º 0.68% 0.79% -
XYZ 25.26 14.51 57.35 -
YUV 105.75 182.32 160.28 -
System Red Green Blue C M Y K H S L
Decimal 151 64 202 0.25 0.68 0 0.21 277.83 0.57 0.52
Hex 97 40 CA 19 44 0 15 116 39 34
Octal 227 100 312 31 104 0 25 426 71 64
Binary 10010111 1000000 11001010 11001 1000100 0 10101 100010110 111001 110100

Color Harmonies of #9740CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9740CA

Black with #9740CA

Text Example


Text Example

White with #9740CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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