Html Css Color HEX #952CB1 Dark Orchid

📋 copy color: '#952CB1'

red 149 ◦ green 44 ◦ blue 177

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

Shades of Dark Orchid #952CB1

Tints of Dark Orchid #952CB1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.89%

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

R = 40.27%
G = 11.89%
B = 47.84%

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

#952CB1 (or 0x952CB1) is known color: Dark Orchid. HEX triplet: 95, 2C and B1. RGB value is (149,44,177). Sum of RGB (Red+Green+Blue) = 149+44+177=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #952CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952CB1 is #6AD34E. Grayscale: #5A5A5A. Windows color (decimal): -7000911 or 11611285. OLE color: 11611285.

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

Color convert

RGB 149 44 177 -
CMYK 0.16 0.75 0 0.31
HSL 287.37º 0.6% 0.43% -
HSV(B) 287.37º 0.75% 0.69% -
XYZ 21.23 11.37 42.67 -
YUV 90.56 176.79 169.69 -
System Red Green Blue C M Y K H S L
Decimal 149 44 177 0.16 0.75 0 0.31 287.37 0.6 0.43
Hex 95 2C B1 10 4B 0 1F 11F 3C 2B
Octal 225 54 261 20 113 0 37 437 74 53
Binary 10010101 101100 10110001 10000 1001011 0 11111 100011111 111100 101011

Color Harmonies of #952CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CB1

Black with #952CB1

Text Example


Text Example

White with #952CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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