Html Css Color HEX #9B92C1 Cold Purple

📋 copy color: '#9B92C1'

red 155 ◦ green 146 ◦ blue 193

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

Shades of Cold Purple #9B92C1

Tints of Cold Purple #9B92C1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.55%

 BLUE value IS 193 (75.78% from 255) = 39.07%

R = 31.38%
G = 29.55%
B = 39.07%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9B92C1 (or 0x9B92C1) is known color: Cold Purple. HEX triplet: 9B, 92 and C1. RGB value is (155,146,193). Sum of RGB (Red+Green+Blue) = 155+146+193=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B92C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92C1 is #646D3E. Grayscale: #999999. Windows color (decimal): -6581567 or 12685979. OLE color: 12685979.

HSL color Cylindrical-coordinate representation of color #9B92C1: hue angle of 251.49º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B92C1 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 146 193 -
CMYK 0.20 0.24 0 0.24
HSL 251.49º 0.27% 0.66% -
HSV(B) 251.49º 0.24% 0.76% -
XYZ 33.42 31.38 54.75 -
YUV 154.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 155 146 193 0.20 0.24 0 0.24 251.49 0.27 0.66
Hex 9B 92 C1 14 18 0 18 FB 1B 42
Octal 233 222 301 24 30 0 30 373 33 102
Binary 10011011 10010010 11000001 10100 11000 0 11000 11111011 11011 1000010

Color Harmonies of #9B92C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B92C1

Black with #9B92C1

Text Example


Text Example

White with #9B92C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,146,193); }

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

background-color css

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

 a { background-color: rgb(155,146,193); }

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

border-color css

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

 span { border-color: rgb(155,146,193); }

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