Html Css Color HEX #952BD1 Dark Orchid

📋 copy color: '#952BD1'

red 149 ◦ green 43 ◦ blue 209

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

Shades of Dark Orchid #952BD1

Tints of Dark Orchid #952BD1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.72%

 BLUE value IS 209 (82.03% from 255) = 52.12%

R = 37.16%
G = 10.72%
B = 52.12%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#952BD1 (or 0x952BD1) is known color: Dark Orchid. HEX triplet: 95, 2B and D1. RGB value is (149,43,209). Sum of RGB (Red+Green+Blue) = 149+43+209=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #952BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BD1 is #6AD42E. Grayscale: #5D5D5D. Windows color (decimal): -7001135 or 13708181. OLE color: 13708181.

HSL color Cylindrical-coordinate representation of color #952BD1: hue angle of 278.31º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952BD1 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 43 209 -
CMYK 0.29 0.79 0 0.18
HSL 278.31º 0.66% 0.49% -
HSV(B) 278.31º 0.79% 0.82% -
XYZ 24.77 12.72 61.47 -
YUV 93.62 193.12 167.5 -
System Red Green Blue C M Y K H S L
Decimal 149 43 209 0.29 0.79 0 0.18 278.31 0.66 0.49
Hex 95 2B D1 1D 4F 0 12 116 42 31
Octal 225 53 321 35 117 0 22 426 102 61
Binary 10010101 101011 11010001 11101 1001111 0 10010 100010110 1000010 110001

Color Harmonies of #952BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952BD1

Black with #952BD1

Text Example


Text Example

White with #952BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,43,209); }

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

background-color css

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

 a { background-color: rgb(149,43,209); }

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

border-color css

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

 span { border-color: rgb(149,43,209); }

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