Html Css Color HEX #952FBA Dark Orchid

📋 copy color: '#952FBA'

red 149 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #952FBA

Tints of Dark Orchid #952FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.3%

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

R = 39.01%
G = 12.3%
B = 48.69%

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

#952FBA (or 0x952FBA) is known color: Dark Orchid. HEX triplet: 95, 2F and BA. RGB value is (149,47,186). Sum of RGB (Red+Green+Blue) = 149+47+186=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #952FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952FBA is #6AD045. Grayscale: #5C5C5C. Windows color (decimal): -7000134 or 12201877. OLE color: 12201877.

HSL color Cylindrical-coordinate representation of color #952FBA: hue angle of 284.03º degrees, saturation: 0.6, 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 #952FBA is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 47 186 -
CMYK 0.20 0.75 0 0.27
HSL 284.03º 0.6% 0.46% -
HSV(B) 284.03º 0.75% 0.73% -
XYZ 22.27 11.97 47.59 -
YUV 93.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 149 47 186 0.20 0.75 0 0.27 284.03 0.6 0.46
Hex 95 2F BA 14 4B 0 1B 11C 3C 2E
Octal 225 57 272 24 113 0 33 434 74 56
Binary 10010101 101111 10111010 10100 1001011 0 11011 100011100 111100 101110

Color Harmonies of #952FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FBA

Black with #952FBA

Text Example


Text Example

White with #952FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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