Html Css Color HEX #9627ED Blue Violet

📋 copy color: '#9627ED'

red 150 ◦ green 39 ◦ blue 237

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

Shades of Blue Violet #9627ED

Tints of Blue Violet #9627ED

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.15%

 BLUE value IS 237 (92.97% from 255) = 55.63%

R = 35.21%
G = 9.15%
B = 55.63%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9627ED (or 0x9627ED) is known color: Blue Violet. HEX triplet: 96, 27 and ED. RGB value is (150,39,237). Sum of RGB (Red+Green+Blue) = 150+39+237=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #9627ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9627ED is #69D812. Grayscale: #5E5E5E. Windows color (decimal): -6936595 or 15542166. OLE color: 15542166.

HSL color Cylindrical-coordinate representation of color #9627ED: hue angle of 273.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9627ED is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 39 237 -
CMYK 0.37 0.84 0 0.07
HSL 273.64º 0.85% 0.54% -
HSV(B) 273.64º 0.84% 0.93% -
XYZ 28.59 14.05 81.33 -
YUV 94.76 208.27 167.4 -
System Red Green Blue C M Y K H S L
Decimal 150 39 237 0.37 0.84 0 0.07 273.64 0.85 0.54
Hex 96 27 ED 25 54 0 7 112 55 36
Octal 226 47 355 45 124 0 7 422 125 66
Binary 10010110 100111 11101101 100101 1010100 0 111 100010010 1010101 110110

Color Harmonies of #9627ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9627ED

Black with #9627ED

Text Example


Text Example

White with #9627ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9627ED; }

 p { color: rgb(150,39,237); }

 H1.HeaderClassName
 {
   color: #9627ED;
 }
 .AnyTagClassName
 {
   color: #9627ED;
 }
</style>

background-color css

<style>
 a { background-color: #9627ED; }

 a { background-color: rgb(150,39,237); }

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

border-color css

<style>
 span { border-color: #9627ED; }

 span { border-color: rgb(150,39,237); }

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