Html Css Color HEX #9649FD Blue Violet

📋 copy color: '#9649FD'

red 150 ◦ green 73 ◦ blue 253

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

Shades of Blue Violet #9649FD

Tints of Blue Violet #9649FD

RGB

 RED value IS 150 (58.98% from 255) = 31.51%

 GREEN value IS 73 (28.91% from 255) = 15.34%

 BLUE value IS 253 (99.22% from 255) = 53.15%

R = 31.51%
G = 15.34%
B = 53.15%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9649FD (or 0x9649FD) is known color: Blue Violet. HEX triplet: 96, 49 and FD. RGB value is (150,73,253). Sum of RGB (Red+Green+Blue) = 150+73+253=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #9649FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9649FD is #69B602. Grayscale: #737373. Windows color (decimal): -6927875 or 16599446. OLE color: 16599446.

HSL color Cylindrical-coordinate representation of color #9649FD: hue angle of 265.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9649FD is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 73 253 -
CMYK 0.41 0.71 0 0.01
HSL 265.67º 0.98% 0.64% -
HSV(B) 265.67º 0.71% 0.99% -
XYZ 32.69 18.34 94.75 -
YUV 116.54 205.01 151.86 -
System Red Green Blue C M Y K H S L
Decimal 150 73 253 0.41 0.71 0 0.01 265.67 0.98 0.64
Hex 96 49 FD 29 47 0 1 10A 62 40
Octal 226 111 375 51 107 0 1 412 142 100
Binary 10010110 1001001 11111101 101001 1000111 0 1 100001010 1100010 1000000

Color Harmonies of #9649FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9649FD

Black with #9649FD

Text Example


Text Example

White with #9649FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9649FD; }

 p { color: rgb(150,73,253); }

 H1.HeaderClassName
 {
   color: #9649FD;
 }
 .AnyTagClassName
 {
   color: #9649FD;
 }
</style>

background-color css

<style>
 a { background-color: #9649FD; }

 a { background-color: rgb(150,73,253); }

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

border-color css

<style>
 span { border-color: #9649FD; }

 span { border-color: rgb(150,73,253); }

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