Html Css Color HEX #952FBC Dark Orchid

📋 copy color: '#952FBC'

red 149 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #952FBC

Tints of Dark Orchid #952FBC

RGB

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

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

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

R = 38.8%
G = 12.24%
B = 48.96%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#952FBC (or 0x952FBC) is known color: Dark Orchid. HEX triplet: 95, 2F and BC. RGB value is (149,47,188). Sum of RGB (Red+Green+Blue) = 149+47+188=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #952FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952FBC is #6AD043. Grayscale: #5D5D5D. Windows color (decimal): -7000132 or 12332949. OLE color: 12332949.

HSL color Cylindrical-coordinate representation of color #952FBC: hue angle of 283.4º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952FBC is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 47 188 -
CMYK 0.21 0.75 0 0.26
HSL 283.4º 0.6% 0.46% -
HSV(B) 283.4º 0.75% 0.74% -
XYZ 22.49 12.05 48.72 -
YUV 93.57 181.29 167.54 -
System Red Green Blue C M Y K H S L
Decimal 149 47 188 0.21 0.75 0 0.26 283.4 0.6 0.46
Hex 95 2F BC 15 4B 0 1A 11B 3C 2E
Octal 225 57 274 25 113 0 32 433 74 56
Binary 10010101 101111 10111100 10101 1001011 0 11010 100011011 111100 101110

Color Harmonies of #952FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FBC

Black with #952FBC

Text Example


Text Example

White with #952FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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