Html Css Color HEX #952DBB Dark Orchid

📋 copy color: '#952DBB'

red 149 ◦ green 45 ◦ blue 187

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

Shades of Dark Orchid #952DBB

Tints of Dark Orchid #952DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 39.11%
G = 11.81%
B = 49.08%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#952DBB (or 0x952DBB) is known color: Dark Orchid. HEX triplet: 95, 2D and BB. RGB value is (149,45,187). Sum of RGB (Red+Green+Blue) = 149+45+187=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #952DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DBB is #6AD244. Grayscale: #5B5B5B. Windows color (decimal): -7000645 or 12266901. OLE color: 12266901.

HSL color Cylindrical-coordinate representation of color #952DBB: hue angle of 283.94º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952DBB is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 45 187 -
CMYK 0.20 0.76 0 0.27
HSL 283.94º 0.61% 0.45% -
HSV(B) 283.94º 0.76% 0.73% -
XYZ 22.3 11.85 48.13 -
YUV 92.28 181.46 168.45 -
System Red Green Blue C M Y K H S L
Decimal 149 45 187 0.20 0.76 0 0.27 283.94 0.61 0.45
Hex 95 2D BB 14 4C 0 1B 11C 3D 2D
Octal 225 55 273 24 114 0 33 434 75 55
Binary 10010101 101101 10111011 10100 1001100 0 11011 100011100 111101 101101

Color Harmonies of #952DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DBB

Black with #952DBB

Text Example


Text Example

White with #952DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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