Html Css Color HEX #953BBE Dark Orchid

📋 copy color: '#953BBE'

red 149 ◦ green 59 ◦ blue 190

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

Shades of Dark Orchid #953BBE

Tints of Dark Orchid #953BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.82%

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 37.44%
G = 14.82%
B = 47.74%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#953BBE (or 0x953BBE) is known color: Dark Orchid. HEX triplet: 95, 3B and BE. RGB value is (149,59,190). Sum of RGB (Red+Green+Blue) = 149+59+190=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #953BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953BBE is #6AC441. Grayscale: #646464. Windows color (decimal): -6997058 or 12467093. OLE color: 12467093.

HSL color Cylindrical-coordinate representation of color #953BBE: hue angle of 281.22º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #953BBE is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 59 190 -
CMYK 0.22 0.69 0 0.25
HSL 281.22º 0.53% 0.49% -
HSV(B) 281.22º 0.69% 0.75% -
XYZ 23.25 13.24 50.04 -
YUV 100.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 149 59 190 0.22 0.69 0 0.25 281.22 0.53 0.49
Hex 95 3B BE 16 45 0 19 119 35 31
Octal 225 73 276 26 105 0 31 431 65 61
Binary 10010101 111011 10111110 10110 1000101 0 11001 100011001 110101 110001

Color Harmonies of #953BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953BBE

Black with #953BBE

Text Example


Text Example

White with #953BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953BBE; }

 p { color: rgb(149,59,190); }

 H1.HeaderClassName
 {
   color: #953BBE;
 }
 .AnyTagClassName
 {
   color: #953BBE;
 }
</style>

background-color css

<style>
 a { background-color: #953BBE; }

 a { background-color: rgb(149,59,190); }

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

border-color css

<style>
 span { border-color: #953BBE; }

 span { border-color: rgb(149,59,190); }

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