Html Css Color HEX #9140CD Dark Orchid

📋 copy color: '#9140CD'

red 145 ◦ green 64 ◦ blue 205

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

Shades of Dark Orchid #9140CD

Tints of Dark Orchid #9140CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.46%

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 35.02%
G = 15.46%
B = 49.52%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9140CD (or 0x9140CD) is known color: Dark Orchid. HEX triplet: 91, 40 and CD. RGB value is (145,64,205). Sum of RGB (Red+Green+Blue) = 145+64+205=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #9140CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9140CD is #6EBF32. Grayscale: #676767. Windows color (decimal): -7257907 or 13451409. OLE color: 13451409.

HSL color Cylindrical-coordinate representation of color #9140CD: hue angle of 274.47º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9140CD is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 64 205 -
CMYK 0.29 0.69 0 0.20
HSL 274.47º 0.59% 0.53% -
HSV(B) 274.47º 0.69% 0.8% -
XYZ 24.53 14.09 59.19 -
YUV 104.29 184.84 157.04 -
System Red Green Blue C M Y K H S L
Decimal 145 64 205 0.29 0.69 0 0.20 274.47 0.59 0.53
Hex 91 40 CD 1D 45 0 14 112 3B 35
Octal 221 100 315 35 105 0 24 422 73 65
Binary 10010001 1000000 11001101 11101 1000101 0 10100 100010010 111011 110101

Color Harmonies of #9140CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9140CD

Black with #9140CD

Text Example


Text Example

White with #9140CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9140CD; }

 p { color: rgb(145,64,205); }

 H1.HeaderClassName
 {
   color: #9140CD;
 }
 .AnyTagClassName
 {
   color: #9140CD;
 }
</style>

background-color css

<style>
 a { background-color: #9140CD; }

 a { background-color: rgb(145,64,205); }

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

border-color css

<style>
 span { border-color: #9140CD; }

 span { border-color: rgb(145,64,205); }

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