Html Css Color HEX #953CF2 Blue Violet

📋 copy color: '#953CF2'

red 149 ◦ green 60 ◦ blue 242

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

Shades of Blue Violet #953CF2

Tints of Blue Violet #953CF2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.3%

 BLUE value IS 242 (94.92% from 255) = 53.66%

R = 33.04%
G = 13.3%
B = 53.66%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#953CF2 (or 0x953CF2) is known color: Blue Violet. HEX triplet: 95, 3C and F2. RGB value is (149,60,242). Sum of RGB (Red+Green+Blue) = 149+60+242=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #953CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953CF2 is #6AC30D. Grayscale: #6A6A6A. Windows color (decimal): -6996750 or 15875221. OLE color: 15875221.

HSL color Cylindrical-coordinate representation of color #953CF2: hue angle of 269.34º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #953CF2 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 60 242 -
CMYK 0.38 0.75 0 0.05
HSL 269.34º 0.88% 0.59% -
HSV(B) 269.34º 0.75% 0.95% -
XYZ 30.04 16.03 85.52 -
YUV 107.36 203.99 157.7 -
System Red Green Blue C M Y K H S L
Decimal 149 60 242 0.38 0.75 0 0.05 269.34 0.88 0.59
Hex 95 3C F2 26 4B 0 5 10D 58 3B
Octal 225 74 362 46 113 0 5 415 130 73
Binary 10010101 111100 11110010 100110 1001011 0 101 100001101 1011000 111011

Color Harmonies of #953CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953CF2

Black with #953CF2

Text Example


Text Example

White with #953CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,60,242); }

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

background-color css

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

 a { background-color: rgb(149,60,242); }

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

border-color css

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

 span { border-color: rgb(149,60,242); }

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