Html Css Color HEX #9141CC Dark Orchid

📋 copy color: '#9141CC'

red 145 ◦ green 65 ◦ blue 204

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

Shades of Dark Orchid #9141CC

Tints of Dark Orchid #9141CC

RGB

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

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

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

R = 35.02%
G = 15.7%
B = 49.28%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9141CC (or 0x9141CC) is known color: Dark Orchid. HEX triplet: 91, 41 and CC. RGB value is (145,65,204). Sum of RGB (Red+Green+Blue) = 145+65+204=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #9141CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9141CC is #6EBE33. Grayscale: #686868. Windows color (decimal): -7257652 or 13386129. OLE color: 13386129.

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

Color convert

RGB 145 65 204 -
CMYK 0.29 0.68 0 0.2
HSL 274.53º 0.58% 0.53% -
HSV(B) 274.53º 0.68% 0.8% -
XYZ 24.47 14.16 58.57 -
YUV 104.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 145 65 204 0.29 0.68 0 0.2 274.53 0.58 0.53
Hex 91 41 CC 1D 44 0 14 113 3A 35
Octal 221 101 314 35 104 0 24 423 72 65
Binary 10010001 1000001 11001100 11101 1000100 0 10100 100010011 111010 110101

Color Harmonies of #9141CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9141CC

Black with #9141CC

Text Example


Text Example

White with #9141CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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