Html Css Color HEX #9647EB Blue Violet

📋 copy color: '#9647EB'

red 150 ◦ green 71 ◦ blue 235

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

Shades of Blue Violet #9647EB

Tints of Blue Violet #9647EB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.57%

 BLUE value IS 235 (92.19% from 255) = 51.54%

R = 32.89%
G = 15.57%
B = 51.54%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9647EB (or 0x9647EB) is known color: Blue Violet. HEX triplet: 96, 47 and EB. RGB value is (150,71,235). Sum of RGB (Red+Green+Blue) = 150+71+235=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #9647EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9647EB is #69B814. Grayscale: #707070. Windows color (decimal): -6928405 or 15419286. OLE color: 15419286.

HSL color Cylindrical-coordinate representation of color #9647EB: hue angle of 268.9º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9647EB is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 71 235 -
CMYK 0.36 0.70 0 0.08
HSL 268.9º 0.8% 0.6% -
HSV(B) 268.9º 0.7% 0.92% -
XYZ 29.83 16.99 80.3 -
YUV 113.32 196.67 154.16 -
System Red Green Blue C M Y K H S L
Decimal 150 71 235 0.36 0.70 0 0.08 268.9 0.8 0.6
Hex 96 47 EB 24 46 0 8 10D 50 3C
Octal 226 107 353 44 106 0 10 415 120 74
Binary 10010110 1000111 11101011 100100 1000110 0 1000 100001101 1010000 111100

Color Harmonies of #9647EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9647EB

Black with #9647EB

Text Example


Text Example

White with #9647EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9647EB; }

 p { color: rgb(150,71,235); }

 H1.HeaderClassName
 {
   color: #9647EB;
 }
 .AnyTagClassName
 {
   color: #9647EB;
 }
</style>

background-color css

<style>
 a { background-color: #9647EB; }

 a { background-color: rgb(150,71,235); }

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

border-color css

<style>
 span { border-color: #9647EB; }

 span { border-color: rgb(150,71,235); }

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