Html Css Color HEX #951EAB Dark Orchid

📋 copy color: '#951EAB'

red 149 ◦ green 30 ◦ blue 171

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

Shades of Dark Orchid #951EAB

Tints of Dark Orchid #951EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 42.57%
G = 8.57%
B = 48.86%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#951EAB (or 0x951EAB) is known color: Dark Orchid. HEX triplet: 95, 1E and AB. RGB value is (149,30,171). Sum of RGB (Red+Green+Blue) = 149+30+171=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #951EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951EAB is #6AE154. Grayscale: #515151. Windows color (decimal): -7004501 or 11214485. OLE color: 11214485.

HSL color Cylindrical-coordinate representation of color #951EAB: hue angle of 290.64º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951EAB is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 30 171 -
CMYK 0.13 0.82 0 0.33
HSL 290.64º 0.7% 0.39% -
HSV(B) 290.64º 0.82% 0.67% -
XYZ 20.21 10.26 39.44 -
YUV 81.66 178.42 176.04 -
System Red Green Blue C M Y K H S L
Decimal 149 30 171 0.13 0.82 0 0.33 290.64 0.7 0.39
Hex 95 1E AB D 52 0 21 123 46 27
Octal 225 36 253 15 122 0 41 443 106 47
Binary 10010101 11110 10101011 1101 1010010 0 100001 100100011 1000110 100111

Color Harmonies of #951EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951EAB

Black with #951EAB

Text Example


Text Example

White with #951EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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