Html Css Color HEX #951DAC Dark Orchid

📋 copy color: '#951DAC'

red 149 ◦ green 29 ◦ blue 172

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

Shades of Dark Orchid #951DAC

Tints of Dark Orchid #951DAC

RGB

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

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

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

R = 42.57%
G = 8.29%
B = 49.14%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#951DAC (or 0x951DAC) is known color: Dark Orchid. HEX triplet: 95, 1D and AC. RGB value is (149,29,172). Sum of RGB (Red+Green+Blue) = 149+29+172=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #951DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951DAC is #6AE253. Grayscale: #505050. Windows color (decimal): -7004756 or 11279765. OLE color: 11279765.

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

Color convert

RGB 149 29 172 -
CMYK 0.13 0.83 0 0.33
HSL 290.35º 0.71% 0.39% -
HSV(B) 290.35º 0.83% 0.67% -
XYZ 20.28 10.25 39.94 -
YUV 81.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 149 29 172 0.13 0.83 0 0.33 290.35 0.71 0.39
Hex 95 1D AC D 53 0 21 122 47 27
Octal 225 35 254 15 123 0 41 442 107 47
Binary 10010101 11101 10101100 1101 1010011 0 100001 100100010 1000111 100111

Color Harmonies of #951DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951DAC

Black with #951DAC

Text Example


Text Example

White with #951DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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