Html Css Color HEX #952AB5 Dark Orchid

📋 copy color: '#952AB5'

red 149 ◦ green 42 ◦ blue 181

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

Shades of Dark Orchid #952AB5

Tints of Dark Orchid #952AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.66%

R = 40.05%
G = 11.29%
B = 48.66%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#952AB5 (or 0x952AB5) is known color: Dark Orchid. HEX triplet: 95, 2A and B5. RGB value is (149,42,181). Sum of RGB (Red+Green+Blue) = 149+42+181=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #952AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952AB5 is #6AD54A. Grayscale: #595959. Windows color (decimal): -7001419 or 11872917. OLE color: 11872917.

HSL color Cylindrical-coordinate representation of color #952AB5: hue angle of 286.19º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952AB5 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 42 181 -
CMYK 0.18 0.77 0 0.29
HSL 286.19º 0.62% 0.44% -
HSV(B) 286.19º 0.77% 0.71% -
XYZ 21.56 11.38 44.78 -
YUV 89.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 149 42 181 0.18 0.77 0 0.29 286.19 0.62 0.44
Hex 95 2A B5 12 4D 0 1D 11E 3E 2C
Octal 225 52 265 22 115 0 35 436 76 54
Binary 10010101 101010 10110101 10010 1001101 0 11101 100011110 111110 101100

Color Harmonies of #952AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952AB5

Black with #952AB5

Text Example


Text Example

White with #952AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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