Html Css Color HEX #952CB3 Dark Orchid

📋 copy color: '#952CB3'

red 149 ◦ green 44 ◦ blue 179

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

Shades of Dark Orchid #952CB3

Tints of Dark Orchid #952CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.12%

R = 40.05%
G = 11.83%
B = 48.12%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#952CB3 (or 0x952CB3) is known color: Dark Orchid. HEX triplet: 95, 2C and B3. RGB value is (149,44,179). Sum of RGB (Red+Green+Blue) = 149+44+179=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #952CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CB3 is #6AD34C. Grayscale: #5A5A5A. Windows color (decimal): -7000909 or 11742357. OLE color: 11742357.

HSL color Cylindrical-coordinate representation of color #952CB3: hue angle of 286.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952CB3 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 44 179 -
CMYK 0.17 0.75 0 0.30
HSL 286.67º 0.61% 0.44% -
HSV(B) 286.67º 0.75% 0.7% -
XYZ 21.43 11.45 43.73 -
YUV 90.79 177.79 169.52 -
System Red Green Blue C M Y K H S L
Decimal 149 44 179 0.17 0.75 0 0.30 286.67 0.61 0.44
Hex 95 2C B3 11 4B 0 1E 11F 3D 2C
Octal 225 54 263 21 113 0 36 437 75 54
Binary 10010101 101100 10110011 10001 1001011 0 11110 100011111 111101 101100

Color Harmonies of #952CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CB3

Black with #952CB3

Text Example


Text Example

White with #952CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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