Html Css Color HEX #9649EA Blue Violet

📋 copy color: '#9649EA'

red 150 ◦ green 73 ◦ blue 234

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

Shades of Blue Violet #9649EA

Tints of Blue Violet #9649EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 32.82%
G = 15.97%
B = 51.2%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9649EA (or 0x9649EA) is known color: Blue Violet. HEX triplet: 96, 49 and EA. RGB value is (150,73,234). Sum of RGB (Red+Green+Blue) = 150+73+234=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #9649EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9649EA is #69B615. Grayscale: #717171. Windows color (decimal): -6927894 or 15354262. OLE color: 15354262.

HSL color Cylindrical-coordinate representation of color #9649EA: hue angle of 268.7º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9649EA is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 73 234 -
CMYK 0.36 0.69 0 0.08
HSL 268.7º 0.79% 0.6% -
HSV(B) 268.7º 0.69% 0.92% -
XYZ 29.81 17.19 79.59 -
YUV 114.38 195.51 153.41 -
System Red Green Blue C M Y K H S L
Decimal 150 73 234 0.36 0.69 0 0.08 268.7 0.79 0.6
Hex 96 49 EA 24 45 0 8 10D 4F 3C
Octal 226 111 352 44 105 0 10 415 117 74
Binary 10010110 1001001 11101010 100100 1000101 0 1000 100001101 1001111 111100

Color Harmonies of #9649EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9649EA

Black with #9649EA

Text Example


Text Example

White with #9649EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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