Html Css Color HEX #952AB9 Dark Orchid

📋 copy color: '#952AB9'

red 149 ◦ green 42 ◦ blue 185

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

Shades of Dark Orchid #952AB9

Tints of Dark Orchid #952AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.2%

R = 39.63%
G = 11.17%
B = 49.2%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#952AB9 (or 0x952AB9) is known color: Dark Orchid. HEX triplet: 95, 2A and B9. RGB value is (149,42,185). Sum of RGB (Red+Green+Blue) = 149+42+185=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #952AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952AB9 is #6AD546. Grayscale: #595959. Windows color (decimal): -7001415 or 12135061. OLE color: 12135061.

HSL color Cylindrical-coordinate representation of color #952AB9: hue angle of 284.9º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952AB9 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 42 185 -
CMYK 0.19 0.77 0 0.27
HSL 284.9º 0.63% 0.45% -
HSV(B) 284.9º 0.77% 0.73% -
XYZ 21.98 11.55 46.97 -
YUV 90.3 181.45 169.87 -
System Red Green Blue C M Y K H S L
Decimal 149 42 185 0.19 0.77 0 0.27 284.9 0.63 0.45
Hex 95 2A B9 13 4D 0 1B 11D 3F 2D
Octal 225 52 271 23 115 0 33 435 77 55
Binary 10010101 101010 10111001 10011 1001101 0 11011 100011101 111111 101101

Color Harmonies of #952AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952AB9

Black with #952AB9

Text Example


Text Example

White with #952AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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