Html Css Color HEX #9144CC Dark Orchid

📋 copy color: '#9144CC'

red 145 ◦ green 68 ◦ blue 204

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

Shades of Dark Orchid #9144CC

Tints of Dark Orchid #9144CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 34.77%
G = 16.31%
B = 48.92%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9144CC (or 0x9144CC) is known color: Dark Orchid. HEX triplet: 91, 44 and CC. RGB value is (145,68,204). Sum of RGB (Red+Green+Blue) = 145+68+204=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #9144CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9144CC is #6EBB33. Grayscale: #6A6A6A. Windows color (decimal): -7256884 or 13386897. OLE color: 13386897.

HSL color Cylindrical-coordinate representation of color #9144CC: hue angle of 273.97º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9144CC is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 68 204 -
CMYK 0.29 0.67 0 0.2
HSL 273.97º 0.57% 0.53% -
HSV(B) 273.97º 0.67% 0.8% -
XYZ 24.64 14.51 58.63 -
YUV 106.53 183.01 155.44 -
System Red Green Blue C M Y K H S L
Decimal 145 68 204 0.29 0.67 0 0.2 273.97 0.57 0.53
Hex 91 44 CC 1D 43 0 14 112 39 35
Octal 221 104 314 35 103 0 24 422 71 65
Binary 10010001 1000100 11001100 11101 1000011 0 10100 100010010 111001 110101

Color Harmonies of #9144CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9144CC

Black with #9144CC

Text Example


Text Example

White with #9144CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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