Html Css Color HEX #9630FB Blue Violet

📋 copy color: '#9630FB'

red 150 ◦ green 48 ◦ blue 251

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

Shades of Blue Violet #9630FB

Tints of Blue Violet #9630FB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.69%

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 33.41%
G = 10.69%
B = 55.9%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9630FB (or 0x9630FB) is known color: Blue Violet. HEX triplet: 96, 30 and FB. RGB value is (150,48,251). Sum of RGB (Red+Green+Blue) = 150+48+251=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #9630FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9630FB is #69CF04. Grayscale: #646464. Windows color (decimal): -6934277 or 16461974. OLE color: 16461974.

HSL color Cylindrical-coordinate representation of color #9630FB: hue angle of 270.15º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9630FB is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 48 251 -
CMYK 0.40 0.81 0 0.02
HSL 270.15º 0.96% 0.59% -
HSV(B) 270.15º 0.81% 0.98% -
XYZ 31.05 15.56 92.63 -
YUV 101.64 212.29 162.49 -
System Red Green Blue C M Y K H S L
Decimal 150 48 251 0.40 0.81 0 0.02 270.15 0.96 0.59
Hex 96 30 FB 28 51 0 2 10E 60 3B
Octal 226 60 373 50 121 0 2 416 140 73
Binary 10010110 110000 11111011 101000 1010001 0 10 100001110 1100000 111011

Color Harmonies of #9630FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9630FB

Black with #9630FB

Text Example


Text Example

White with #9630FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9630FB; }

 p { color: rgb(150,48,251); }

 H1.HeaderClassName
 {
   color: #9630FB;
 }
 .AnyTagClassName
 {
   color: #9630FB;
 }
</style>

background-color css

<style>
 a { background-color: #9630FB; }

 a { background-color: rgb(150,48,251); }

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

border-color css

<style>
 span { border-color: #9630FB; }

 span { border-color: rgb(150,48,251); }

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