Html Css Color HEX #9467AF Ce Soir

📋 copy color: '#9467AF'

red 148 ◦ green 103 ◦ blue 175

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

Shades of Ce Soir #9467AF

Tints of Ce Soir #9467AF

RGB

 RED value IS 148 (58.2% from 255) = 34.74%

 GREEN value IS 103 (40.63% from 255) = 24.18%

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 34.74%
G = 24.18%
B = 41.08%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9467AF (or 0x9467AF) is known color: Ce Soir. HEX triplet: 94, 67 and AF. RGB value is (148,103,175). Sum of RGB (Red+Green+Blue) = 148+103+175=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #9467AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9467AF is #6B9850. Grayscale: #7C7C7C. Windows color (decimal): -7051345 or 11495316. OLE color: 11495316.

HSL color Cylindrical-coordinate representation of color #9467AF: hue angle of 277.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9467AF is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 103 175 -
CMYK 0.15 0.41 0 0.31
HSL 277.5º 0.31% 0.55% -
HSV(B) 277.5º 0.41% 0.69% -
XYZ 24.8 19.09 42.94 -
YUV 124.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 148 103 175 0.15 0.41 0 0.31 277.5 0.31 0.55
Hex 94 67 AF F 29 0 1F 116 1F 37
Octal 224 147 257 17 51 0 37 426 37 67
Binary 10010100 1100111 10101111 1111 101001 0 11111 100010110 11111 110111

Color Harmonies of #9467AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9467AF

Black with #9467AF

Text Example


Text Example

White with #9467AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9467AF; }

 p { color: rgb(148,103,175); }

 H1.HeaderClassName
 {
   color: #9467AF;
 }
 .AnyTagClassName
 {
   color: #9467AF;
 }
</style>

background-color css

<style>
 a { background-color: #9467AF; }

 a { background-color: rgb(148,103,175); }

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

border-color css

<style>
 span { border-color: #9467AF; }

 span { border-color: rgb(148,103,175); }

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