Html Css Color HEX #9D40CA Dark Orchid

📋 copy color: '#9D40CA'

red 157 ◦ green 64 ◦ blue 202

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

Shades of Dark Orchid #9D40CA

Tints of Dark Orchid #9D40CA

RGB

 RED value IS 157 (61.72% from 255) = 37.12%

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

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

R = 37.12%
G = 15.13%
B = 47.75%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9D40CA (or 0x9D40CA) is known color: Dark Orchid. HEX triplet: 9D, 40 and CA. RGB value is (157,64,202). Sum of RGB (Red+Green+Blue) = 157+64+202=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D40CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D40CA is #62BF35. Grayscale: #6B6B6B. Windows color (decimal): -6471478 or 13254813. OLE color: 13254813.

HSL color Cylindrical-coordinate representation of color #9D40CA: hue angle of 280.43º 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 #9D40CA is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 64 202 -
CMYK 0.22 0.68 0 0.21
HSL 280.43º 0.57% 0.52% -
HSV(B) 280.43º 0.68% 0.79% -
XYZ 26.4 15.1 57.4 -
YUV 107.54 181.31 163.28 -
System Red Green Blue C M Y K H S L
Decimal 157 64 202 0.22 0.68 0 0.21 280.43 0.57 0.52
Hex 9D 40 CA 16 44 0 15 118 39 34
Octal 235 100 312 26 104 0 25 430 71 64
Binary 10011101 1000000 11001010 10110 1000100 0 10101 100011000 111001 110100

Color Harmonies of #9D40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D40CA

Black with #9D40CA

Text Example


Text Example

White with #9D40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D40CA; }

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

 H1.HeaderClassName
 {
   color: #9D40CA;
 }
 .AnyTagClassName
 {
   color: #9D40CA;
 }
</style>

background-color css

<style>
 a { background-color: #9D40CA; }

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

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

border-color css

<style>
 span { border-color: #9D40CA; }

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

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