Html Css Color HEX #952EBA Dark Orchid

📋 copy color: '#952EBA'

red 149 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #952EBA

Tints of Dark Orchid #952EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 39.11%
G = 12.07%
B = 48.82%

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

#952EBA (or 0x952EBA) is known color: Dark Orchid. HEX triplet: 95, 2E and BA. RGB value is (149,46,186). Sum of RGB (Red+Green+Blue) = 149+46+186=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #952EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952EBA is #6AD145. Grayscale: #5C5C5C. Windows color (decimal): -7000390 or 12201621. OLE color: 12201621.

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

Color convert

RGB 149 46 186 -
CMYK 0.20 0.75 0 0.27
HSL 284.14º 0.6% 0.45% -
HSV(B) 284.14º 0.75% 0.73% -
XYZ 22.23 11.89 47.58 -
YUV 92.76 180.62 168.12 -
System Red Green Blue C M Y K H S L
Decimal 149 46 186 0.20 0.75 0 0.27 284.14 0.6 0.45
Hex 95 2E BA 14 4B 0 1B 11C 3C 2D
Octal 225 56 272 24 113 0 33 434 74 55
Binary 10010101 101110 10111010 10100 1001011 0 11011 100011100 111100 101101

Color Harmonies of #952EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952EBA

Black with #952EBA

Text Example


Text Example

White with #952EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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