Html Css Color HEX #952DB1 Dark Orchid

📋 copy color: '#952DB1'

red 149 ◦ green 45 ◦ blue 177

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

Shades of Dark Orchid #952DB1

Tints of Dark Orchid #952DB1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.13%

 BLUE value IS 177 (69.53% from 255) = 47.71%

R = 40.16%
G = 12.13%
B = 47.71%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#952DB1 (or 0x952DB1) is known color: Dark Orchid. HEX triplet: 95, 2D and B1. RGB value is (149,45,177). Sum of RGB (Red+Green+Blue) = 149+45+177=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #952DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952DB1 is #6AD24E. Grayscale: #5A5A5A. Windows color (decimal): -7000655 or 11611541. OLE color: 11611541.

HSL color Cylindrical-coordinate representation of color #952DB1: hue angle of 287.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952DB1 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 45 177 -
CMYK 0.16 0.75 0 0.31
HSL 287.27º 0.59% 0.44% -
HSV(B) 287.27º 0.75% 0.69% -
XYZ 21.27 11.44 42.68 -
YUV 91.14 176.46 169.27 -
System Red Green Blue C M Y K H S L
Decimal 149 45 177 0.16 0.75 0 0.31 287.27 0.59 0.44
Hex 95 2D B1 10 4B 0 1F 11F 3B 2C
Octal 225 55 261 20 113 0 37 437 73 54
Binary 10010101 101101 10110001 10000 1001011 0 11111 100011111 111011 101100

Color Harmonies of #952DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DB1

Black with #952DB1

Text Example


Text Example

White with #952DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,45,177); }

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

background-color css

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

 a { background-color: rgb(149,45,177); }

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

border-color css

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

 span { border-color: rgb(149,45,177); }

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