Html Css Color HEX #952DBC Dark Orchid

📋 copy color: '#952DBC'

red 149 ◦ green 45 ◦ blue 188

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

Shades of Dark Orchid #952DBC

Tints of Dark Orchid #952DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 39.01%
G = 11.78%
B = 49.21%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#952DBC (or 0x952DBC) is known color: Dark Orchid. HEX triplet: 95, 2D and BC. RGB value is (149,45,188). Sum of RGB (Red+Green+Blue) = 149+45+188=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #952DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DBC is #6AD243. Grayscale: #5B5B5B. Windows color (decimal): -7000644 or 12332437. OLE color: 12332437.

HSL color Cylindrical-coordinate representation of color #952DBC: hue angle of 283.64º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952DBC is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 45 188 -
CMYK 0.21 0.76 0 0.26
HSL 283.64º 0.61% 0.46% -
HSV(B) 283.64º 0.76% 0.74% -
XYZ 22.41 11.9 48.69 -
YUV 92.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 149 45 188 0.21 0.76 0 0.26 283.64 0.61 0.46
Hex 95 2D BC 15 4C 0 1A 11C 3D 2E
Octal 225 55 274 25 114 0 32 434 75 56
Binary 10010101 101101 10111100 10101 1001100 0 11010 100011100 111101 101110

Color Harmonies of #952DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DBC

Black with #952DBC

Text Example


Text Example

White with #952DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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