Html Css Color HEX #951AAC Dark Orchid

📋 copy color: '#951AAC'

red 149 ◦ green 26 ◦ blue 172

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

Shades of Dark Orchid #951AAC

Tints of Dark Orchid #951AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 42.94%
G = 7.49%
B = 49.57%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#951AAC (or 0x951AAC) is known color: Dark Orchid. HEX triplet: 95, 1A and AC. RGB value is (149,26,172). Sum of RGB (Red+Green+Blue) = 149+26+172=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #951AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951AAC is #6AE553. Grayscale: #4E4E4E. Windows color (decimal): -7005524 or 11278997. OLE color: 11278997.

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

Color convert

RGB 149 26 172 -
CMYK 0.13 0.85 0 0.33
HSL 290.55º 0.74% 0.39% -
HSV(B) 290.55º 0.85% 0.67% -
XYZ 20.21 10.11 39.92 -
YUV 79.42 180.25 177.63 -
System Red Green Blue C M Y K H S L
Decimal 149 26 172 0.13 0.85 0 0.33 290.55 0.74 0.39
Hex 95 1A AC D 55 0 21 123 4A 27
Octal 225 32 254 15 125 0 41 443 112 47
Binary 10010101 11010 10101100 1101 1010101 0 100001 100100011 1001010 100111

Color Harmonies of #951AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951AAC

Black with #951AAC

Text Example


Text Example

White with #951AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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