Html Css Color HEX #952FBB Dark Orchid

📋 copy color: '#952FBB'

red 149 ◦ green 47 ◦ blue 187

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

Shades of Dark Orchid #952FBB

Tints of Dark Orchid #952FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 38.9%
G = 12.27%
B = 48.83%

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

#952FBB (or 0x952FBB) is known color: Dark Orchid. HEX triplet: 95, 2F and BB. RGB value is (149,47,187). Sum of RGB (Red+Green+Blue) = 149+47+187=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #952FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952FBB is #6AD044. Grayscale: #5D5D5D. Windows color (decimal): -7000133 or 12267413. OLE color: 12267413.

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

Color convert

RGB 149 47 187 -
CMYK 0.20 0.75 0 0.27
HSL 283.71º 0.6% 0.46% -
HSV(B) 283.71º 0.75% 0.73% -
XYZ 22.38 12.01 48.15 -
YUV 93.46 180.79 167.62 -
System Red Green Blue C M Y K H S L
Decimal 149 47 187 0.20 0.75 0 0.27 283.71 0.6 0.46
Hex 95 2F BB 14 4B 0 1B 11C 3C 2E
Octal 225 57 273 24 113 0 33 434 74 56
Binary 10010101 101111 10111011 10100 1001011 0 11011 100011100 111100 101110

Color Harmonies of #952FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FBB

Black with #952FBB

Text Example


Text Example

White with #952FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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