Html Css Color HEX #9648EF Blue Violet

📋 copy color: '#9648EF'

red 150 ◦ green 72 ◦ blue 239

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

Shades of Blue Violet #9648EF

Tints of Blue Violet #9648EF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.62%

 BLUE value IS 239 (93.75% from 255) = 51.84%

R = 32.54%
G = 15.62%
B = 51.84%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9648EF (or 0x9648EF) is known color: Blue Violet. HEX triplet: 96, 48 and EF. RGB value is (150,72,239). Sum of RGB (Red+Green+Blue) = 150+72+239=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #9648EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9648EF is #69B710. Grayscale: #717171. Windows color (decimal): -6928145 or 15681686. OLE color: 15681686.

HSL color Cylindrical-coordinate representation of color #9648EF: hue angle of 268.02º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9648EF is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 72 239 -
CMYK 0.37 0.70 0 0.06
HSL 268.02º 0.84% 0.61% -
HSV(B) 268.02º 0.7% 0.94% -
XYZ 30.48 17.35 83.4 -
YUV 114.36 198.34 153.42 -
System Red Green Blue C M Y K H S L
Decimal 150 72 239 0.37 0.70 0 0.06 268.02 0.84 0.61
Hex 96 48 EF 25 46 0 6 10C 54 3D
Octal 226 110 357 45 106 0 6 414 124 75
Binary 10010110 1001000 11101111 100101 1000110 0 110 100001100 1010100 111101

Color Harmonies of #9648EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9648EF

Black with #9648EF

Text Example


Text Example

White with #9648EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9648EF; }

 p { color: rgb(150,72,239); }

 H1.HeaderClassName
 {
   color: #9648EF;
 }
 .AnyTagClassName
 {
   color: #9648EF;
 }
</style>

background-color css

<style>
 a { background-color: #9648EF; }

 a { background-color: rgb(150,72,239); }

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

border-color css

<style>
 span { border-color: #9648EF; }

 span { border-color: rgb(150,72,239); }

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