Html Css Color HEX #9E38CA Dark Orchid

📋 copy color: '#9E38CA'

red 158 ◦ green 56 ◦ blue 202

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

Shades of Dark Orchid #9E38CA

Tints of Dark Orchid #9E38CA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.46%

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

R = 37.98%
G = 13.46%
B = 48.56%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E38CA (or 0x9E38CA) is known color: Dark Orchid. HEX triplet: 9E, 38 and CA. RGB value is (158,56,202). Sum of RGB (Red+Green+Blue) = 158+56+202=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E38CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E38CA is #61C735. Grayscale: #666666. Windows color (decimal): -6407990 or 13252766. OLE color: 13252766.

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

Color convert

RGB 158 56 202 -
CMYK 0.22 0.72 0 0.21
HSL 281.92º 0.58% 0.51% -
HSV(B) 281.92º 0.72% 0.79% -
XYZ 26.18 14.36 57.27 -
YUV 103.14 183.79 167.13 -
System Red Green Blue C M Y K H S L
Decimal 158 56 202 0.22 0.72 0 0.21 281.92 0.58 0.51
Hex 9E 38 CA 16 48 0 15 11A 3A 33
Octal 236 70 312 26 110 0 25 432 72 63
Binary 10011110 111000 11001010 10110 1001000 0 10101 100011010 111010 110011

Color Harmonies of #9E38CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E38CA

Black with #9E38CA

Text Example


Text Example

White with #9E38CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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