Html Css Color HEX #952EBB Dark Orchid

📋 copy color: '#952EBB'

red 149 ◦ green 46 ◦ blue 187

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

Shades of Dark Orchid #952EBB

Tints of Dark Orchid #952EBB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.04%

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

R = 39.01%
G = 12.04%
B = 48.95%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#952EBB (or 0x952EBB) is known color: Dark Orchid. HEX triplet: 95, 2E and BB. RGB value is (149,46,187). Sum of RGB (Red+Green+Blue) = 149+46+187=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 46 (18.36% from 255 or 12.04% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #952EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952EBB is #6AD144. Grayscale: #5C5C5C. Windows color (decimal): -7000389 or 12267157. OLE color: 12267157.

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

Color convert

RGB 149 46 187 -
CMYK 0.20 0.75 0 0.27
HSL 283.83º 0.61% 0.46% -
HSV(B) 283.83º 0.75% 0.73% -
XYZ 22.34 11.93 48.14 -
YUV 92.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 149 46 187 0.20 0.75 0 0.27 283.83 0.61 0.46
Hex 95 2E BB 14 4B 0 1B 11C 3D 2E
Octal 225 56 273 24 113 0 33 434 75 56
Binary 10010101 101110 10111011 10100 1001011 0 11011 100011100 111101 101110

Color Harmonies of #952EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952EBB

Black with #952EBB

Text Example


Text Example

White with #952EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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