Html Css Color HEX #952BBA Dark Orchid

📋 copy color: '#952BBA'

red 149 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #952BBA

Tints of Dark Orchid #952BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.38%

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

R = 39.42%
G = 11.38%
B = 49.21%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#952BBA (or 0x952BBA) is known color: Dark Orchid. HEX triplet: 95, 2B and BA. RGB value is (149,43,186). Sum of RGB (Red+Green+Blue) = 149+43+186=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #952BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BBA is #6AD445. Grayscale: #5A5A5A. Windows color (decimal): -7001158 or 12200853. OLE color: 12200853.

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

Color convert

RGB 149 43 186 -
CMYK 0.20 0.77 0 0.27
HSL 284.48º 0.62% 0.45% -
HSV(B) 284.48º 0.77% 0.73% -
XYZ 22.12 11.66 47.54 -
YUV 91 181.62 169.37 -
System Red Green Blue C M Y K H S L
Decimal 149 43 186 0.20 0.77 0 0.27 284.48 0.62 0.45
Hex 95 2B BA 14 4D 0 1B 11C 3E 2D
Octal 225 53 272 24 115 0 33 434 76 55
Binary 10010101 101011 10111010 10100 1001101 0 11011 100011100 111110 101101

Color Harmonies of #952BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952BBA

Black with #952BBA

Text Example


Text Example

White with #952BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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