Html Css Color HEX #951CAD Dark Orchid

📋 copy color: '#951CAD'

red 149 ◦ green 28 ◦ blue 173

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

Shades of Dark Orchid #951CAD

Tints of Dark Orchid #951CAD

RGB

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

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

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

R = 42.57%
G = 8%
B = 49.43%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#951CAD (or 0x951CAD) is known color: Dark Orchid. HEX triplet: 95, 1C and AD. RGB value is (149,28,173). Sum of RGB (Red+Green+Blue) = 149+28+173=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #951CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951CAD is #6AE352. Grayscale: #505050. Windows color (decimal): -7005011 or 11345045. OLE color: 11345045.

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

Color convert

RGB 149 28 173 -
CMYK 0.14 0.84 0 0.32
HSL 290.07º 0.72% 0.39% -
HSV(B) 290.07º 0.84% 0.68% -
XYZ 20.35 10.24 40.44 -
YUV 80.71 180.09 176.71 -
System Red Green Blue C M Y K H S L
Decimal 149 28 173 0.14 0.84 0 0.32 290.07 0.72 0.39
Hex 95 1C AD E 54 0 20 122 48 27
Octal 225 34 255 16 124 0 40 442 110 47
Binary 10010101 11100 10101101 1110 1010100 0 100000 100100010 1001000 100111

Color Harmonies of #951CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CAD

Black with #951CAD

Text Example


Text Example

White with #951CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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