Html Css Color HEX #953BFC Blue Violet

📋 copy color: '#953BFC'

red 149 ◦ green 59 ◦ blue 252

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

Shades of Blue Violet #953BFC

Tints of Blue Violet #953BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 32.39%
G = 12.83%
B = 54.78%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#953BFC (or 0x953BFC) is known color: Blue Violet. HEX triplet: 95, 3B and FC. RGB value is (149,59,252). Sum of RGB (Red+Green+Blue) = 149+59+252=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #953BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953BFC is #6AC403. Grayscale: #6B6B6B. Windows color (decimal): -6996996 or 16530325. OLE color: 16530325.

HSL color Cylindrical-coordinate representation of color #953BFC: hue angle of 267.98º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #953BFC is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 59 252 -
CMYK 0.41 0.77 0 0.01
HSL 267.98º 0.97% 0.61% -
HSV(B) 267.98º 0.77% 0.99% -
XYZ 31.53 16.55 93.63 -
YUV 107.91 209.32 157.31 -
System Red Green Blue C M Y K H S L
Decimal 149 59 252 0.41 0.77 0 0.01 267.98 0.97 0.61
Hex 95 3B FC 29 4D 0 1 10C 61 3D
Octal 225 73 374 51 115 0 1 414 141 75
Binary 10010101 111011 11111100 101001 1001101 0 1 100001100 1100001 111101

Color Harmonies of #953BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953BFC

Black with #953BFC

Text Example


Text Example

White with #953BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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