Html Css Color HEX #952BAE Dark Orchid

📋 copy color: '#952BAE'

red 149 ◦ green 43 ◦ blue 174

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

Shades of Dark Orchid #952BAE

Tints of Dark Orchid #952BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.75%

 BLUE value IS 174 (68.36% from 255) = 47.54%

R = 40.71%
G = 11.75%
B = 47.54%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#952BAE (or 0x952BAE) is known color: Dark Orchid. HEX triplet: 95, 2B and AE. RGB value is (149,43,174). Sum of RGB (Red+Green+Blue) = 149+43+174=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #952BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952BAE is #6AD451. Grayscale: #595959. Windows color (decimal): -7001170 or 11414421. OLE color: 11414421.

HSL color Cylindrical-coordinate representation of color #952BAE: hue angle of 288.55º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952BAE is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 43 174 -
CMYK 0.14 0.75 0 0.32
HSL 288.55º 0.6% 0.43% -
HSV(B) 288.55º 0.75% 0.68% -
XYZ 20.9 11.17 41.1 -
YUV 89.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 149 43 174 0.14 0.75 0 0.32 288.55 0.6 0.43
Hex 95 2B AE E 4B 0 20 121 3C 2B
Octal 225 53 256 16 113 0 40 441 74 53
Binary 10010101 101011 10101110 1110 1001011 0 100000 100100001 111100 101011

Color Harmonies of #952BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952BAE

Black with #952BAE

Text Example


Text Example

White with #952BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,43,174); }

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

background-color css

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

 a { background-color: rgb(149,43,174); }

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

border-color css

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

 span { border-color: rgb(149,43,174); }

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