Html Css Color HEX #9E44CA Dark Orchid

📋 copy color: '#9E44CA'

red 158 ◦ green 68 ◦ blue 202

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

Shades of Dark Orchid #9E44CA

Tints of Dark Orchid #9E44CA

RGB

 RED value IS 158 (62.11% from 255) = 36.92%

 GREEN value IS 68 (26.95% from 255) = 15.89%

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

R = 36.92%
G = 15.89%
B = 47.2%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E44CA (or 0x9E44CA) is known color: Dark Orchid. HEX triplet: 9E, 44 and CA. RGB value is (158,68,202). Sum of RGB (Red+Green+Blue) = 158+68+202=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E44CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E44CA is #61BB35. Grayscale: #6D6D6D. Windows color (decimal): -6404918 or 13255838. OLE color: 13255838.

HSL color Cylindrical-coordinate representation of color #9E44CA: hue angle of 280.3º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E44CA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 68 202 -
CMYK 0.22 0.66 0 0.21
HSL 280.3º 0.56% 0.53% -
HSV(B) 280.3º 0.66% 0.79% -
XYZ 26.83 15.67 57.49 -
YUV 110.19 179.82 162.1 -
System Red Green Blue C M Y K H S L
Decimal 158 68 202 0.22 0.66 0 0.21 280.3 0.56 0.53
Hex 9E 44 CA 16 42 0 15 118 38 35
Octal 236 104 312 26 102 0 25 430 70 65
Binary 10011110 1000100 11001010 10110 1000010 0 10101 100011000 111000 110101

Color Harmonies of #9E44CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E44CA

Black with #9E44CA

Text Example


Text Example

White with #9E44CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,68,202); }

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

background-color css

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

 a { background-color: rgb(158,68,202); }

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

border-color css

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

 span { border-color: rgb(158,68,202); }

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