Html Css Color HEX #952AB6 Dark Orchid

📋 copy color: '#952AB6'

red 149 ◦ green 42 ◦ blue 182

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

Shades of Dark Orchid #952AB6

Tints of Dark Orchid #952AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.79%

R = 39.95%
G = 11.26%
B = 48.79%

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

#952AB6 (or 0x952AB6) is known color: Dark Orchid. HEX triplet: 95, 2A and B6. RGB value is (149,42,182). Sum of RGB (Red+Green+Blue) = 149+42+182=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #952AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952AB6 is #6AD549. Grayscale: #595959. Windows color (decimal): -7001418 or 11938453. OLE color: 11938453.

HSL color Cylindrical-coordinate representation of color #952AB6: hue angle of 285.86º 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 #952AB6 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 42 182 -
CMYK 0.18 0.77 0 0.29
HSL 285.86º 0.63% 0.44% -
HSV(B) 285.86º 0.77% 0.71% -
XYZ 21.67 11.42 45.32 -
YUV 89.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 149 42 182 0.18 0.77 0 0.29 285.86 0.63 0.44
Hex 95 2A B6 12 4D 0 1D 11E 3E 2C
Octal 225 52 266 22 115 0 35 436 76 54
Binary 10010101 101010 10110110 10010 1001101 0 11101 100011110 111110 101100

Color Harmonies of #952AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952AB6

Black with #952AB6

Text Example


Text Example

White with #952AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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