Html Css Color HEX #951DAE Dark Orchid

📋 copy color: '#951DAE'

red 149 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #951DAE

Tints of Dark Orchid #951DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.24%

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

R = 42.33%
G = 8.24%
B = 49.43%

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

#951DAE (or 0x951DAE) is known color: Dark Orchid. HEX triplet: 95, 1D and AE. RGB value is (149,29,174). Sum of RGB (Red+Green+Blue) = 149+29+174=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #951DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951DAE is #6AE251. Grayscale: #505050. Windows color (decimal): -7004754 or 11410837. OLE color: 11410837.

HSL color Cylindrical-coordinate representation of color #951DAE: hue angle of 289.66º 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 #951DAE is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 29 174 -
CMYK 0.14 0.83 0 0.32
HSL 289.66º 0.71% 0.4% -
HSV(B) 289.66º 0.83% 0.68% -
XYZ 20.47 10.32 40.96 -
YUV 81.41 180.26 176.21 -
System Red Green Blue C M Y K H S L
Decimal 149 29 174 0.14 0.83 0 0.32 289.66 0.71 0.4
Hex 95 1D AE E 53 0 20 122 47 28
Octal 225 35 256 16 123 0 40 442 107 50
Binary 10010101 11101 10101110 1110 1010011 0 100000 100100010 1000111 101000

Color Harmonies of #951DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951DAE

Black with #951DAE

Text Example


Text Example

White with #951DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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