Html Css Color HEX #9C41C3 Dark Orchid

📋 copy color: '#9C41C3'

red 156 ◦ green 65 ◦ blue 195

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

Shades of Dark Orchid #9C41C3

Tints of Dark Orchid #9C41C3

RGB

 RED value IS 156 (61.33% from 255) = 37.5%

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

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

R = 37.5%
G = 15.63%
B = 46.88%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9C41C3 (or 0x9C41C3) is known color: Dark Orchid. HEX triplet: 9C, 41 and C3. RGB value is (156,65,195). Sum of RGB (Red+Green+Blue) = 156+65+195=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #9C41C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C41C3 is #63BE3C. Grayscale: #6A6A6A. Windows color (decimal): -6536765 or 12796316. OLE color: 12796316.

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

Color convert

RGB 156 65 195 -
CMYK 0.20 0.67 0 0.24
HSL 282º 0.52% 0.51% -
HSV(B) 282º 0.67% 0.76% -
XYZ 25.45 14.79 53.14 -
YUV 107.03 177.65 162.93 -
System Red Green Blue C M Y K H S L
Decimal 156 65 195 0.20 0.67 0 0.24 282 0.52 0.51
Hex 9C 41 C3 14 43 0 18 11A 34 33
Octal 234 101 303 24 103 0 30 432 64 63
Binary 10011100 1000001 11000011 10100 1000011 0 11000 100011010 110100 110011

Color Harmonies of #9C41C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C41C3

Black with #9C41C3

Text Example


Text Example

White with #9C41C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,65,195); }

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

background-color css

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

 a { background-color: rgb(156,65,195); }

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

border-color css

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

 span { border-color: rgb(156,65,195); }

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