Html Css Color HEX #951AAD Dark Orchid

📋 copy color: '#951AAD'

red 149 ◦ green 26 ◦ blue 173

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

Shades of Dark Orchid #951AAD

Tints of Dark Orchid #951AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.47%

 BLUE value IS 173 (67.97% from 255) = 49.71%

R = 42.82%
G = 7.47%
B = 49.71%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#951AAD (or 0x951AAD) is known color: Dark Orchid. HEX triplet: 95, 1A and AD. RGB value is (149,26,173). Sum of RGB (Red+Green+Blue) = 149+26+173=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #951AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951AAD is #6AE552. Grayscale: #4F4F4F. Windows color (decimal): -7005523 or 11344533. OLE color: 11344533.

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

Color convert

RGB 149 26 173 -
CMYK 0.14 0.85 0 0.32
HSL 290.2º 0.74% 0.39% -
HSV(B) 290.2º 0.85% 0.68% -
XYZ 20.31 10.15 40.42 -
YUV 79.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 149 26 173 0.14 0.85 0 0.32 290.2 0.74 0.39
Hex 95 1A AD E 55 0 20 122 4A 27
Octal 225 32 255 16 125 0 40 442 112 47
Binary 10010101 11010 10101101 1110 1010101 0 100000 100100010 1001010 100111

Color Harmonies of #951AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951AAD

Black with #951AAD

Text Example


Text Example

White with #951AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,26,173); }

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

background-color css

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

 a { background-color: rgb(149,26,173); }

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

border-color css

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

 span { border-color: rgb(149,26,173); }

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