Html Css Color HEX #9140CE Dark Orchid

📋 copy color: '#9140CE'

red 145 ◦ green 64 ◦ blue 206

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

Shades of Dark Orchid #9140CE

Tints of Dark Orchid #9140CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 34.94%
G = 15.42%
B = 49.64%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9140CE (or 0x9140CE) is known color: Dark Orchid. HEX triplet: 91, 40 and CE. RGB value is (145,64,206). Sum of RGB (Red+Green+Blue) = 145+64+206=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #9140CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9140CE is #6EBF31. Grayscale: #676767. Windows color (decimal): -7257906 or 13516945. OLE color: 13516945.

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

Color convert

RGB 145 64 206 -
CMYK 0.30 0.69 0 0.19
HSL 274.23º 0.59% 0.53% -
HSV(B) 274.23º 0.69% 0.81% -
XYZ 24.65 14.14 59.82 -
YUV 104.41 185.34 156.95 -
System Red Green Blue C M Y K H S L
Decimal 145 64 206 0.30 0.69 0 0.19 274.23 0.59 0.53
Hex 91 40 CE 1E 45 0 13 112 3B 35
Octal 221 100 316 36 105 0 23 422 73 65
Binary 10010001 1000000 11001110 11110 1000101 0 10011 100010010 111011 110101

Color Harmonies of #9140CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9140CE

Black with #9140CE

Text Example


Text Example

White with #9140CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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