Html Css Color HEX #951EAE Dark Orchid

📋 copy color: '#951EAE'

red 149 ◦ green 30 ◦ blue 174

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

Shades of Dark Orchid #951EAE

Tints of Dark Orchid #951EAE

RGB

 RED value IS 149 (58.59% from 255) = 42.21%

 GREEN value IS 30 (12.11% from 255) = 8.5%

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 42.21%
G = 8.5%
B = 49.29%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#951EAE (or 0x951EAE) is known color: Dark Orchid. HEX triplet: 95, 1E and AE. RGB value is (149,30,174). Sum of RGB (Red+Green+Blue) = 149+30+174=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #951EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951EAE is #6AE151. Grayscale: #515151. Windows color (decimal): -7004498 or 11411093. OLE color: 11411093.

HSL color Cylindrical-coordinate representation of color #951EAE: hue angle of 289.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951EAE is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 30 174 -
CMYK 0.14 0.83 0 0.32
HSL 289.58º 0.71% 0.4% -
HSV(B) 289.58º 0.83% 0.68% -
XYZ 20.5 10.37 40.97 -
YUV 82 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 149 30 174 0.14 0.83 0 0.32 289.58 0.71 0.4
Hex 95 1E AE E 53 0 20 122 47 28
Octal 225 36 256 16 123 0 40 442 107 50
Binary 10010101 11110 10101110 1110 1010011 0 100000 100100010 1000111 101000

Color Harmonies of #951EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951EAE

Black with #951EAE

Text Example


Text Example

White with #951EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951EAE; }

 p { color: rgb(149,30,174); }

 H1.HeaderClassName
 {
   color: #951EAE;
 }
 .AnyTagClassName
 {
   color: #951EAE;
 }
</style>

background-color css

<style>
 a { background-color: #951EAE; }

 a { background-color: rgb(149,30,174); }

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

border-color css

<style>
 span { border-color: #951EAE; }

 span { border-color: rgb(149,30,174); }

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