Html Css Color HEX #952AAC Dark Orchid

📋 copy color: '#952AAC'

red 149 ◦ green 42 ◦ blue 172

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

Shades of Dark Orchid #952AAC

Tints of Dark Orchid #952AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.57%

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

R = 41.05%
G = 11.57%
B = 47.38%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#952AAC (or 0x952AAC) is known color: Dark Orchid. HEX triplet: 95, 2A and AC. RGB value is (149,42,172). Sum of RGB (Red+Green+Blue) = 149+42+172=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #952AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952AAC is #6AD553. Grayscale: #585858. Windows color (decimal): -7001428 or 11283093. OLE color: 11283093.

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

Color convert

RGB 149 42 172 -
CMYK 0.13 0.76 0 0.33
HSL 289.38º 0.61% 0.42% -
HSV(B) 289.38º 0.76% 0.67% -
XYZ 20.67 11.02 40.07 -
YUV 88.81 174.95 170.93 -
System Red Green Blue C M Y K H S L
Decimal 149 42 172 0.13 0.76 0 0.33 289.38 0.61 0.42
Hex 95 2A AC D 4C 0 21 121 3D 2A
Octal 225 52 254 15 114 0 41 441 75 52
Binary 10010101 101010 10101100 1101 1001100 0 100001 100100001 111101 101010

Color Harmonies of #952AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952AAC

Black with #952AAC

Text Example


Text Example

White with #952AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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