Html Css Color HEX #955CA1 Violet Blue

📋 copy color: '#955CA1'

red 149 ◦ green 92 ◦ blue 161

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

Shades of Violet Blue #955CA1

Tints of Violet Blue #955CA1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.89%

 BLUE value IS 161 (63.28% from 255) = 40.05%

R = 37.06%
G = 22.89%
B = 40.05%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#955CA1 (or 0x955CA1) is known color: Violet Blue. HEX triplet: 95, 5C and A1. RGB value is (149,92,161). Sum of RGB (Red+Green+Blue) = 149+92+161=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 161 - color contains mainly: blue. Hex color #955CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955CA1 is #6AA35E. Grayscale: #747474. Windows color (decimal): -6988639 or 10574997. OLE color: 10574997.

HSL color Cylindrical-coordinate representation of color #955CA1: hue angle of 289.57º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955CA1 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 92 161 -
CMYK 0.07 0.43 0 0.37
HSL 289.57º 0.27% 0.5% -
HSV(B) 289.57º 0.43% 0.63% -
XYZ 22.65 16.62 35.73 -
YUV 116.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 149 92 161 0.07 0.43 0 0.37 289.57 0.27 0.5
Hex 95 5C A1 7 2B 0 25 122 1B 32
Octal 225 134 241 7 53 0 45 442 33 62
Binary 10010101 1011100 10100001 111 101011 0 100101 100100010 11011 110010

Color Harmonies of #955CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CA1

Black with #955CA1

Text Example


Text Example

White with #955CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955CA1; }

 p { color: rgb(149,92,161); }

 H1.HeaderClassName
 {
   color: #955CA1;
 }
 .AnyTagClassName
 {
   color: #955CA1;
 }
</style>

background-color css

<style>
 a { background-color: #955CA1; }

 a { background-color: rgb(149,92,161); }

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

border-color css

<style>
 span { border-color: #955CA1; }

 span { border-color: rgb(149,92,161); }

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