Html Css Color HEX #9C41BF Dark Orchid

📋 copy color: '#9C41BF'

red 156 ◦ green 65 ◦ blue 191

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

Shades of Dark Orchid #9C41BF

Tints of Dark Orchid #9C41BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.36%

R = 37.86%
G = 15.78%
B = 46.36%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C41BF (or 0x9C41BF) is known color: Dark Orchid. HEX triplet: 9C, 41 and BF. RGB value is (156,65,191). Sum of RGB (Red+Green+Blue) = 156+65+191=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C41BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C41BF is #63BE40. Grayscale: #6A6A6A. Windows color (decimal): -6536769 or 12534172. OLE color: 12534172.

HSL color Cylindrical-coordinate representation of color #9C41BF: hue angle of 283.33º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C41BF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 65 191 -
CMYK 0.18 0.66 0 0.25
HSL 283.33º 0.5% 0.5% -
HSV(B) 283.33º 0.66% 0.75% -
XYZ 25 14.61 50.79 -
YUV 106.57 175.65 163.25 -
System Red Green Blue C M Y K H S L
Decimal 156 65 191 0.18 0.66 0 0.25 283.33 0.5 0.5
Hex 9C 41 BF 12 42 0 19 11B 32 32
Octal 234 101 277 22 102 0 31 433 62 62
Binary 10011100 1000001 10111111 10010 1000010 0 11001 100011011 110010 110010

Color Harmonies of #9C41BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C41BF

Black with #9C41BF

Text Example


Text Example

White with #9C41BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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