Html Css Color HEX #9144C6 Dark Orchid

📋 copy color: '#9144C6'

red 145 ◦ green 68 ◦ blue 198

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

Shades of Dark Orchid #9144C6

Tints of Dark Orchid #9144C6

RGB

 RED value IS 145 (57.03% from 255) = 35.28%

 GREEN value IS 68 (26.95% from 255) = 16.55%

 BLUE value IS 198 (77.73% from 255) = 48.18%

R = 35.28%
G = 16.55%
B = 48.18%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9144C6 (or 0x9144C6) is known color: Dark Orchid. HEX triplet: 91, 44 and C6. RGB value is (145,68,198). Sum of RGB (Red+Green+Blue) = 145+68+198=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #9144C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9144C6 is #6EBB39. Grayscale: #696969. Windows color (decimal): -7256890 or 12993681. OLE color: 12993681.

HSL color Cylindrical-coordinate representation of color #9144C6: hue angle of 275.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9144C6 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 145 68 198 -
CMYK 0.27 0.66 0 0.22
HSL 275.54º 0.53% 0.52% -
HSV(B) 275.54º 0.66% 0.78% -
XYZ 23.94 14.23 54.91 -
YUV 105.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 145 68 198 0.27 0.66 0 0.22 275.54 0.53 0.52
Hex 91 44 C6 1B 42 0 16 114 35 34
Octal 221 104 306 33 102 0 26 424 65 64
Binary 10010001 1000100 11000110 11011 1000010 0 10110 100010100 110101 110100

Color Harmonies of #9144C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9144C6

Black with #9144C6

Text Example


Text Example

White with #9144C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9144C6; }

 p { color: rgb(145,68,198); }

 H1.HeaderClassName
 {
   color: #9144C6;
 }
 .AnyTagClassName
 {
   color: #9144C6;
 }
</style>

background-color css

<style>
 a { background-color: #9144C6; }

 a { background-color: rgb(145,68,198); }

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

border-color css

<style>
 span { border-color: #9144C6; }

 span { border-color: rgb(145,68,198); }

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