Html Css Color HEX #951CAC Dark Orchid

📋 copy color: '#951CAC'

red 149 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #951CAC

Tints of Dark Orchid #951CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.02%

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

R = 42.69%
G = 8.02%
B = 49.28%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#951CAC (or 0x951CAC) is known color: Dark Orchid. HEX triplet: 95, 1C and AC. RGB value is (149,28,172). Sum of RGB (Red+Green+Blue) = 149+28+172=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #951CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951CAC is #6AE353. Grayscale: #505050. Windows color (decimal): -7005012 or 11279509. OLE color: 11279509.

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

Color convert

RGB 149 28 172 -
CMYK 0.13 0.84 0 0.33
HSL 290.42º 0.72% 0.39% -
HSV(B) 290.42º 0.84% 0.67% -
XYZ 20.26 10.2 39.93 -
YUV 80.6 179.59 176.79 -
System Red Green Blue C M Y K H S L
Decimal 149 28 172 0.13 0.84 0 0.33 290.42 0.72 0.39
Hex 95 1C AC D 54 0 21 122 48 27
Octal 225 34 254 15 124 0 41 442 110 47
Binary 10010101 11100 10101100 1101 1010100 0 100001 100100010 1001000 100111

Color Harmonies of #951CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CAC

Black with #951CAC

Text Example


Text Example

White with #951CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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