Html Css Color HEX #9E38C3 Dark Orchid

📋 copy color: '#9E38C3'

red 158 ◦ green 56 ◦ blue 195

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

Shades of Dark Orchid #9E38C3

Tints of Dark Orchid #9E38C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.68%

R = 38.63%
G = 13.69%
B = 47.68%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9E38C3 (or 0x9E38C3) is known color: Dark Orchid. HEX triplet: 9E, 38 and C3. RGB value is (158,56,195). Sum of RGB (Red+Green+Blue) = 158+56+195=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 195 - color contains mainly: blue. Hex color #9E38C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E38C3 is #61C73C. Grayscale: #656565. Windows color (decimal): -6407997 or 12794014. OLE color: 12794014.

HSL color Cylindrical-coordinate representation of color #9E38C3: hue angle of 284.03º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E38C3 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 56 195 -
CMYK 0.19 0.71 0 0.24
HSL 284.03º 0.55% 0.49% -
HSV(B) 284.03º 0.71% 0.76% -
XYZ 25.37 14.04 53 -
YUV 102.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 158 56 195 0.19 0.71 0 0.24 284.03 0.55 0.49
Hex 9E 38 C3 13 47 0 18 11C 37 31
Octal 236 70 303 23 107 0 30 434 67 61
Binary 10011110 111000 11000011 10011 1000111 0 11000 100011100 110111 110001

Color Harmonies of #9E38C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E38C3

Black with #9E38C3

Text Example


Text Example

White with #9E38C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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