Html Css Color HEX #9144CB Dark Orchid

📋 copy color: '#9144CB'

red 145 ◦ green 68 ◦ blue 203

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

Shades of Dark Orchid #9144CB

Tints of Dark Orchid #9144CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 34.86%
G = 16.35%
B = 48.8%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9144CB (or 0x9144CB) is known color: Dark Orchid. HEX triplet: 91, 44 and CB. RGB value is (145,68,203). Sum of RGB (Red+Green+Blue) = 145+68+203=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #9144CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9144CB is #6EBB34. Grayscale: #696969. Windows color (decimal): -7256885 or 13321361. OLE color: 13321361.

HSL color Cylindrical-coordinate representation of color #9144CB: hue angle of 274.22º degrees, saturation: 0.56, 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 #9144CB is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 68 203 -
CMYK 0.29 0.67 0 0.20
HSL 274.22º 0.56% 0.53% -
HSV(B) 274.22º 0.67% 0.8% -
XYZ 24.52 14.47 58 -
YUV 106.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 145 68 203 0.29 0.67 0 0.20 274.22 0.56 0.53
Hex 91 44 CB 1D 43 0 14 112 38 35
Octal 221 104 313 35 103 0 24 422 70 65
Binary 10010001 1000100 11001011 11101 1000011 0 10100 100010010 111000 110101

Color Harmonies of #9144CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9144CB

Black with #9144CB

Text Example


Text Example

White with #9144CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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