Html Css Color HEX #9D41C1 Dark Orchid

📋 copy color: '#9D41C1'

red 157 ◦ green 65 ◦ blue 193

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

Shades of Dark Orchid #9D41C1

Tints of Dark Orchid #9D41C1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.66%

 BLUE value IS 193 (75.78% from 255) = 46.51%

R = 37.83%
G = 15.66%
B = 46.51%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9D41C1 (or 0x9D41C1) is known color: Dark Orchid. HEX triplet: 9D, 41 and C1. RGB value is (157,65,193). Sum of RGB (Red+Green+Blue) = 157+65+193=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D41C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D41C1 is #62BE3E. Grayscale: #6A6A6A. Windows color (decimal): -6471231 or 12665245. OLE color: 12665245.

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

Color convert

RGB 157 65 193 -
CMYK 0.19 0.66 0 0.24
HSL 283.13º 0.51% 0.51% -
HSV(B) 283.13º 0.66% 0.76% -
XYZ 25.42 14.8 51.97 -
YUV 107.1 176.48 163.59 -
System Red Green Blue C M Y K H S L
Decimal 157 65 193 0.19 0.66 0 0.24 283.13 0.51 0.51
Hex 9D 41 C1 13 42 0 18 11B 33 33
Octal 235 101 301 23 102 0 30 433 63 63
Binary 10011101 1000001 11000001 10011 1000010 0 11000 100011011 110011 110011

Color Harmonies of #9D41C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D41C1

Black with #9D41C1

Text Example


Text Example

White with #9D41C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,65,193); }

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

background-color css

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

 a { background-color: rgb(157,65,193); }

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

border-color css

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

 span { border-color: rgb(157,65,193); }

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