Html Css Color HEX #9B63FB Light Slate Blue

📋 copy color: '#9B63FB'

red 155 ◦ green 99 ◦ blue 251

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

Shades of Light Slate Blue #9B63FB

Tints of Light Slate Blue #9B63FB

RGB

 RED value IS 155 (60.94% from 255) = 30.69%

 GREEN value IS 99 (39.06% from 255) = 19.6%

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

R = 30.69%
G = 19.6%
B = 49.7%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B63FB (or 0x9B63FB) is known color: Light Slate Blue. HEX triplet: 9B, 63 and FB. RGB value is (155,99,251). Sum of RGB (Red+Green+Blue) = 155+99+251=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B63FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B63FB is #649C04. Grayscale: #848484. Windows color (decimal): -6593541 or 16475035. OLE color: 16475035.

HSL color Cylindrical-coordinate representation of color #9B63FB: hue angle of 262.11º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B63FB is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 99 251 -
CMYK 0.38 0.61 0 0.02
HSL 262.11º 0.95% 0.69% -
HSV(B) 262.11º 0.61% 0.98% -
XYZ 35.39 22.86 93.81 -
YUV 133.07 194.55 143.64 -
System Red Green Blue C M Y K H S L
Decimal 155 99 251 0.38 0.61 0 0.02 262.11 0.95 0.69
Hex 9B 63 FB 26 3D 0 2 106 5F 45
Octal 233 143 373 46 75 0 2 406 137 105
Binary 10011011 1100011 11111011 100110 111101 0 10 100000110 1011111 1000101

Color Harmonies of #9B63FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B63FB

Black with #9B63FB

Text Example


Text Example

White with #9B63FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B63FB; }

 p { color: rgb(155,99,251); }

 H1.HeaderClassName
 {
   color: #9B63FB;
 }
 .AnyTagClassName
 {
   color: #9B63FB;
 }
</style>

background-color css

<style>
 a { background-color: #9B63FB; }

 a { background-color: rgb(155,99,251); }

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

border-color css

<style>
 span { border-color: #9B63FB; }

 span { border-color: rgb(155,99,251); }

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