Html Css Color HEX #952EBC Dark Orchid

📋 copy color: '#952EBC'

red 149 ◦ green 46 ◦ blue 188

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

Shades of Dark Orchid #952EBC

Tints of Dark Orchid #952EBC

RGB

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

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

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

R = 38.9%
G = 12.01%
B = 49.09%

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

#952EBC (or 0x952EBC) is known color: Dark Orchid. HEX triplet: 95, 2E and BC. RGB value is (149,46,188). Sum of RGB (Red+Green+Blue) = 149+46+188=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #952EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952EBC is #6AD143. Grayscale: #5C5C5C. Windows color (decimal): -7000388 or 12332693. OLE color: 12332693.

HSL color Cylindrical-coordinate representation of color #952EBC: hue angle of 283.52º 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 #952EBC is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 46 188 -
CMYK 0.21 0.76 0 0.26
HSL 283.52º 0.61% 0.46% -
HSV(B) 283.52º 0.76% 0.74% -
XYZ 22.45 11.97 48.71 -
YUV 92.99 181.62 167.95 -
System Red Green Blue C M Y K H S L
Decimal 149 46 188 0.21 0.76 0 0.26 283.52 0.61 0.46
Hex 95 2E BC 15 4C 0 1A 11C 3D 2E
Octal 225 56 274 25 114 0 32 434 75 56
Binary 10010101 101110 10111100 10101 1001100 0 11010 100011100 111101 101110

Color Harmonies of #952EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952EBC

Black with #952EBC

Text Example


Text Example

White with #952EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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